#307F37

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

Shades of Japanese Laurel #307F37

Tints of Japanese Laurel #307F37

Color information

#307F37 (or 0x307F37) is unknown color: approx Japanese Laurel. HEX triplet: 30, 7F and 37. RGB value is (48,127,55). Sum of RGB (Red+Green+Blue) = 48+127+55=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #307F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307F37 is #CF80C8. Grayscale: #5F5F5F. Windows color (decimal): -13598921 or 3637040. OLE color: 3637040.

HSL color Cylindrical-coordinate representation of color #307F37: hue angle of 125.32º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F37 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB4812755-
CMYK0.6200.570.50
HSL125.32º45.14%34.31%-
HSV(B)125.32º62.2%49.8%-
XYZ9.516.086.22-
YUV95.17105.3394.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 127 (50% from 255) = 55.22%
BLUE value IS 55 (21.88% from 255) = 23.91%
R=20.87%
G=55.22%
B=23.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48127550.6200.570.50125.3245.1434.31
Hex307F373E039327d2d22
Octal601776776071621755542
Binary110000111111111011111111001110011100101111101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307F37; }

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

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

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

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

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

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

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

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