Html Css Color HEX #2F5927 Palm Leaf

📋 copy color: '#2F5927'

red 47 ◦ green 89 ◦ blue 39

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

Shades of Palm Leaf #2F5927

Tints of Palm Leaf #2F5927

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.86%

 BLUE value IS 39 (15.63% from 255) = 22.29%

R = 26.86%
G = 50.86%
B = 22.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#2F5927 (or 0x2F5927) is known color: Palm Leaf. HEX triplet: 2F, 59 and 27. RGB value is (47,89,39). Sum of RGB (Red+Green+Blue) = 47+89+39=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5927 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5927 is #D0A6D8. Grayscale: #464646. Windows color (decimal): -13674201 or 2578735. OLE color: 2578735.

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

Color convert

RGB 47 89 39 -
CMYK 0.47 0 0.56 0.65
HSL 110.4º 0.39% 0.25% -
HSV(B) 110.4º 0.56% 0.35% -
XYZ 5.11 7.9 3.17 -
YUV 70.74 110.09 111.07 -
System Red Green Blue C M Y K H S L
Decimal 47 89 39 0.47 0 0.56 0.65 110.4 0.39 0.25
Hex 2F 59 27 2F 0 38 41 6E 27 19
Octal 57 131 47 57 0 70 101 156 47 31
Binary 101111 1011001 100111 101111 0 111000 1000001 1101110 100111 11001

Color Harmonies of #2F5927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5927

Black with #2F5927

Text Example


Text Example

White with #2F5927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,89,39); }

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

background-color css

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

 a { background-color: rgb(47,89,39); }

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

border-color css

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

 span { border-color: rgb(47,89,39); }

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