#30843B

Color #30843B Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #30843B

Tints of Japanese Laurel #30843B

Color information

#30843B (or 0x30843B) is unknown color: approx Japanese Laurel. HEX triplet: 30, 84 and 3B. RGB value is (48,132,59). Sum of RGB (Red+Green+Blue) = 48+132+59=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #30843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30843B is #CF7BC4. Grayscale: #626262. Windows color (decimal): -13597637 or 3900464. OLE color: 3900464.

HSL color Cylindrical-coordinate representation of color #30843B: hue angle of 127.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30843B is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB4813259-
CMYK0.6400.550.48
HSL127.86º46.67%35.29%-
HSV(B)127.86º63.64%51.76%-
XYZ10.2617.456.96-
YUV98.56105.6791.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 132 (51.95% from 255) = 55.23%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=20.08%
G=55.23%
B=24.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48132590.6400.550.48127.8646.6735.29
Hex30843B4003730802f23
Octal6020473100067602005743
Binary110000100001001110111000000011011111000010000000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30843B; }

 p { color: rgb(48,132,59); }

 H1.HeaderClassName
 {
   color: #30843B;
 }
 .AnyTagClassName
 {
   color: #30843B;
 }
</style>
background-color css

<style>
 a { background-color: #30843B; }

 a { background-color: rgb(48,132,59); }

 div.DivClassName
 {
   background-color: #30843B;
 }
 .BgClassName
 {
   background-color: #30843B;
 }
</style>
border-color css

<style>
 span { border-color: #30843B; }

 span { border-color: rgb(48,132,59); }

 td.TdClassName
 {
   border-color: #30843B;
 }
 .TagClassName
 {
   border-color: #30843B;
 }
</style>