#2F893B

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

Shades of Japanese Laurel #2F893B

Tints of Japanese Laurel #2F893B

Color information

#2F893B (or 0x2F893B) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 89 and 3B. RGB value is (47,137,59). Sum of RGB (Red+Green+Blue) = 47+137+59=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #2F893B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F893B is #D076C4. Grayscale: #656565. Windows color (decimal): -13661893 or 3901743. OLE color: 3901743.

HSL color Cylindrical-coordinate representation of color #2F893B: hue angle of 128º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F893B is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB4713759-
CMYK0.6600.570.46
HSL128º48.91%36.08%-
HSV(B)128º65.69%53.73%-
XYZ10.9118.817.19-
YUV101.2104.1889.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 137 (53.91% from 255) = 56.38%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=19.34%
G=56.38%
B=24.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47137590.6600.570.4612848.9136.08
Hex2F893B420392E803124
Octal5721173102071562006144
Binary101111100010011110111000010011100110111010000000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F893B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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