#30873E

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

Shades of Japanese Laurel #30873E

Tints of Japanese Laurel #30873E

Color information

#30873E (or 0x30873E) is unknown color: approx Japanese Laurel. HEX triplet: 30, 87 and 3E. RGB value is (48,135,62). Sum of RGB (Red+Green+Blue) = 48+135+62=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #30873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30873E is #CF78C1. Grayscale: #646464. Windows color (decimal): -13596866 or 4097840. OLE color: 4097840.

HSL color Cylindrical-coordinate representation of color #30873E: hue angle of 129.66º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30873E is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB4813562-
CMYK0.6400.540.47
HSL129.66º47.54%35.88%-
HSV(B)129.66º64.44%52.94%-
XYZ10.7518.37.52-
YUV100.66106.1890.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=19.59%
G=55.10%
B=25.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48135620.6400.540.47129.6647.5435.88
Hex30873E400362F823024
Octal6020776100066572026044
Binary110000100001111111101000000011011010111110000010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30873E; }

 p { color: rgb(48,135,62); }

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

<style>
 a { background-color: #30873E; }

 a { background-color: rgb(48,135,62); }

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

<style>
 span { border-color: #30873E; }

 span { border-color: rgb(48,135,62); }

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