#2F712E

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

Shades of Japanese Laurel #2F712E

Tints of Japanese Laurel #2F712E

Color information

#2F712E (or 0x2F712E) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 71 and 2E. RGB value is (47,113,46). Sum of RGB (Red+Green+Blue) = 47+113+46=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #2F712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F712E is #D08ED1. Grayscale: #555555. Windows color (decimal): -13668050 or 3043631. OLE color: 3043631.

HSL color Cylindrical-coordinate representation of color #2F712E: hue angle of 119.1º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F712E is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB4711346-
CMYK0.5800.590.56
HSL119.1º42.14%31.18%-
HSV(B)119.1º59.29%44.31%-
XYZ7.5712.614.62-
YUV85.63105.63100.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.82%
GREEN value IS 113 (44.53% from 255) = 54.85%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=22.82%
G=54.85%
B=22.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47113460.5800.590.56119.142.1431.18
Hex2F712E3A03B38772a1f
Octal571615672073701675237
Binary10111111100011011101110100111011111000111011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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