#2F792E

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

Shades of Japanese Laurel #2F792E

Tints of Japanese Laurel #2F792E

Color information

#2F792E (or 0x2F792E) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 79 and 2E. RGB value is (47,121,46). Sum of RGB (Red+Green+Blue) = 47+121+46=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 121 (47.66% from 255 or 56.54% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 121 - color contains mainly: green. Hex color #2F792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F792E is #D086D1. Grayscale: #5A5A5A. Windows color (decimal): -13666002 or 3045679. OLE color: 3045679.

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

Color convert

RGB4712146-
CMYK0.6100.620.53
HSL119.2º44.91%32.75%-
HSV(B)119.2º61.98%47.45%-
XYZ8.514.484.93-
YUV90.32102.9897.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.96%
GREEN value IS 121 (47.66% from 255) = 56.54%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=21.96%
G=56.54%
B=21.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47121460.6100.620.53119.244.9132.75
Hex2F792E3D03E35772d21
Octal571715675076651675541
Binary101111111100110111011110101111101101011110111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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