#2F722C

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

Shades of Japanese Laurel #2F722C

Tints of Japanese Laurel #2F722C

Color information

#2F722C (or 0x2F722C) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 72 and 2C. RGB value is (47,114,44). Sum of RGB (Red+Green+Blue) = 47+114+44=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #2F722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F722C is #D08DD3. Grayscale: #565656. Windows color (decimal): -13667796 or 2912815. OLE color: 2912815.

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

Color convert

RGB4711444-
CMYK0.5900.610.55
HSL117.43º44.3%30.98%-
HSV(B)117.43º61.4%44.71%-
XYZ7.6412.824.45-
YUV85.99104.3100.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.93%
GREEN value IS 114 (44.92% from 255) = 55.61%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=22.93%
G=55.61%
B=21.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47114440.5900.610.55117.4344.330.98
Hex2F722C3B03D37752c1f
Octal571625473075671655437
Binary10111111100101011001110110111101110111111010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F722C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,114,44); }

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

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

 a { background-color: rgb(47,114,44); }

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

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

 span { border-color: rgb(47,114,44); }

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