#2F873B

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

Shades of Japanese Laurel #2F873B

Tints of Japanese Laurel #2F873B

Color information

#2F873B (or 0x2F873B) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 87 and 3B. RGB value is (47,135,59). Sum of RGB (Red+Green+Blue) = 47+135+59=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #2F873B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F873B is #D078C4. Grayscale: #646464. Windows color (decimal): -13662405 or 3901231. OLE color: 3901231.

HSL color Cylindrical-coordinate representation of color #2F873B: hue angle of 128.18º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F873B is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB4713559-
CMYK0.6500.560.47
HSL128.18º48.35%35.69%-
HSV(B)128.18º65.19%52.94%-
XYZ10.6318.257.1-
YUV100.02104.8590.18-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 135 (53.12% from 255) = 56.02%
BLUE value IS 59 (23.44% from 255) = 24.48%
R=19.50%
G=56.02%
B=24.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47135590.6500.560.47128.1848.3535.69
Hex2F873B410382F803024
Octal5720773101070572006044
Binary101111100001111110111000001011100010111110000000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,135,59); }

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

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

 a { background-color: rgb(47,135,59); }

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

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

 span { border-color: rgb(47,135,59); }

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