#2F8437

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

Shades of Japanese Laurel #2F8437

Tints of Japanese Laurel #2F8437

Color information

#2F8437 (or 0x2F8437) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 84 and 37. RGB value is (47,132,55). Sum of RGB (Red+Green+Blue) = 47+132+55=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8437 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8437 is #D07BC8. Grayscale: #626262. Windows color (decimal): -13663177 or 3638319. OLE color: 3638319.

HSL color Cylindrical-coordinate representation of color #2F8437: hue angle of 125.65º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8437 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB4713255-
CMYK0.6400.580.48
HSL125.65º47.49%35.1%-
HSV(B)125.65º64.39%51.76%-
XYZ10.1117.386.44-
YUV97.81103.8491.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.09%
GREEN value IS 132 (51.95% from 255) = 56.41%
BLUE value IS 55 (21.88% from 255) = 23.50%
R=20.09%
G=56.41%
B=23.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47132550.6400.580.48125.6547.4935.1
Hex2F84374003A307e2f23
Octal5720467100072601765743
Binary10111110000100110111100000001110101100001111110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,132,55); }

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

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

 a { background-color: rgb(47,132,55); }

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

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

 span { border-color: rgb(47,132,55); }

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