#2F893E

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

Shades of Japanese Laurel #2F893E

Tints of Japanese Laurel #2F893E

Color information

#2F893E (or 0x2F893E) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 89 and 3E. RGB value is (47,137,62). Sum of RGB (Red+Green+Blue) = 47+137+62=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #2F893E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F893E is #D076C1. Grayscale: #656565. Windows color (decimal): -13661890 or 4098351. OLE color: 4098351.

HSL color Cylindrical-coordinate representation of color #2F893E: hue angle of 130º 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 #2F893E is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB4713762-
CMYK0.6600.550.46
HSL130º48.91%36.08%-
HSV(B)130º65.69%53.73%-
XYZ10.9918.847.62-
YUV101.54105.6889.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.11%
GREEN value IS 137 (53.91% from 255) = 55.69%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=19.11%
G=55.69%
B=25.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47137620.6600.550.4613048.9136.08
Hex2F893E420372E823124
Octal5721176102067562026144
Binary101111100010011111101000010011011110111010000010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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