#2F772E

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

Shades of Japanese Laurel #2F772E

Tints of Japanese Laurel #2F772E

Color information

#2F772E (or 0x2F772E) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 77 and 2E. RGB value is (47,119,46). Sum of RGB (Red+Green+Blue) = 47+119+46=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #2F772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F772E is #D088D1. Grayscale: #595959. Windows color (decimal): -13666514 or 3045167. OLE color: 3045167.

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

Color convert

RGB4711946-
CMYK0.6100.610.53
HSL119.18º44.24%32.35%-
HSV(B)119.18º61.34%46.67%-
XYZ8.26144.85-
YUV89.15103.6597.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.17%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=22.17%
G=56.13%
B=21.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47119460.6100.610.53119.1844.2432.35
Hex2F772E3D03D35772c20
Octal571675675075651675440
Binary101111111011110111011110101111011101011110111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,119,46); }

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

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

 a { background-color: rgb(47,119,46); }

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

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

 span { border-color: rgb(47,119,46); }

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