#2F782D

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

Shades of Japanese Laurel #2F782D

Tints of Japanese Laurel #2F782D

Color information

#2F782D (or 0x2F782D) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 78 and 2D. RGB value is (47,120,45). Sum of RGB (Red+Green+Blue) = 47+120+45=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #2F782D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F782D is #D087D2. Grayscale: #595959. Windows color (decimal): -13666259 or 2979887. OLE color: 2979887.

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

Color convert

RGB4712045-
CMYK0.6100.630.53
HSL118.4º45.45%32.35%-
HSV(B)118.4º62.5%47.06%-
XYZ8.3614.234.79-
YUV89.62102.8297.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.17%
GREEN value IS 120 (47.27% from 255) = 56.60%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=22.17%
G=56.60%
B=21.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47120450.6100.630.53118.445.4532.35
Hex2F782D3D03F35762d20
Octal571705575077651665540
Binary101111111100010110111110101111111101011110110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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