#307737

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

Shades of Japanese Laurel #307737

Tints of Japanese Laurel #307737

Color information

#307737 (or 0x307737) is unknown color: approx Japanese Laurel. HEX triplet: 30, 77 and 37. RGB value is (48,119,55). Sum of RGB (Red+Green+Blue) = 48+119+55=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #307737 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307737 is #CF88C8. Grayscale: #5A5A5A. Windows color (decimal): -13600969 or 3634992. OLE color: 3634992.

HSL color Cylindrical-coordinate representation of color #307737: hue angle of 125.92º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307737 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB4811955-
CMYK0.6000.540.53
HSL125.92º42.51%32.75%-
HSV(B)125.92º59.66%46.67%-
XYZ8.5114.15.89-
YUV90.48107.9897.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 55 (21.88% from 255) = 24.77%
R=21.62%
G=53.60%
B=24.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119550.6000.540.53125.9242.5132.75
Hex3077373C036357e2b21
Octal601676774066651765341
Binary110000111011111011111110001101101101011111110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307737; }

 p { color: rgb(48,119,55); }

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

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

 a { background-color: rgb(48,119,55); }

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

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

 span { border-color: rgb(48,119,55); }

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