#2F7827

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

Shades of Japanese Laurel #2F7827

Tints of Japanese Laurel #2F7827

Color information

#2F7827 (or 0x2F7827) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 78 and 27. RGB value is (47,120,39). Sum of RGB (Red+Green+Blue) = 47+120+39=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #2F7827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7827 is #D087D8. Grayscale: #595959. Windows color (decimal): -13666265 or 2586671. OLE color: 2586671.

HSL color Cylindrical-coordinate representation of color #2F7827: hue angle of 114.07º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F7827 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB4712039-
CMYK0.6100.670.53
HSL114.07º50.94%31.18%-
HSV(B)114.07º67.5%47.06%-
XYZ8.2514.184.22-
YUV88.9499.8298.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.82%
GREEN value IS 120 (47.27% from 255) = 58.25%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=22.82%
G=58.25%
B=18.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47120390.6100.670.53114.0750.9431.18
Hex2F78273D0433572331f
Octal5717047750103651626337
Binary101111111100010011111110101000011110101111001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F7827; }

 p { color: rgb(47,120,39); }

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

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

 a { background-color: rgb(47,120,39); }

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

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

 span { border-color: rgb(47,120,39); }

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