Html Css Color HEX #2F5E15 Palm Leaf

📋 copy color: '#2F5E15'

red 47 ◦ green 94 ◦ blue 21

#2F5E15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #2F5E15

Tints of Palm Leaf #2F5E15

RGB

 RED value IS 47 (18.75% from 255) = 29.01%

 GREEN value IS 94 (37.11% from 255) = 58.02%

 BLUE value IS 21 (8.59% from 255) = 12.96%

R = 29.01%
G = 58.02%
B = 12.96%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#2F5E15 (or 0x2F5E15) is known color: Palm Leaf. HEX triplet: 2F, 5E and 15. RGB value is (47,94,21). Sum of RGB (Red+Green+Blue) = 47+94+21=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 94 (37.11% from 255 or 58.02% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 94 - color contains mainly: green. Hex color #2F5E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5E15 is #D0A1EA. Grayscale: #474747. Windows color (decimal): -13672939 or 1400367. OLE color: 1400367.

HSL color Cylindrical-coordinate representation of color #2F5E15: hue angle of 98.63º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F5E15 is Cyan = 0.5, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 94 21 -
CMYK 0.5 0 0.78 0.63
HSL 98.63º 0.63% 0.23% -
HSV(B) 98.63º 0.78% 0.37% -
XYZ 5.31 8.66 2.1 -
YUV 71.63 99.43 110.44 -
System Red Green Blue C M Y K H S L
Decimal 47 94 21 0.5 0 0.78 0.63 98.63 0.63 0.23
Hex 2F 5E 15 32 0 4E 3F 63 3F 17
Octal 57 136 25 62 0 116 77 143 77 27
Binary 101111 1011110 10101 110010 0 1001110 111111 1100011 111111 10111

Color Harmonies of #2F5E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5E15

Black with #2F5E15

Text Example


Text Example

White with #2F5E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,94,21); }

 H1.HeaderClassName
 {
   color: #2F5E15;
 }
 .AnyTagClassName
 {
   color: #2F5E15;
 }
</style>

background-color css

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

 a { background-color: rgb(47,94,21); }

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

border-color css

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

 span { border-color: rgb(47,94,21); }

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