Html Css Color HEX #2C5F14 Palm Leaf

📋 copy color: '#2C5F14'

red 44 ◦ green 95 ◦ blue 20

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

Shades of Palm Leaf #2C5F14

Tints of Palm Leaf #2C5F14

RGB

 RED value IS 44 (17.58% from 255) = 27.67%

 GREEN value IS 95 (37.5% from 255) = 59.75%

 BLUE value IS 20 (8.2% from 255) = 12.58%

R = 27.67%
G = 59.75%
B = 12.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#2C5F14 (or 0x2C5F14) is known color: Palm Leaf. HEX triplet: 2C, 5F and 14. RGB value is (44,95,20). Sum of RGB (Red+Green+Blue) = 44+95+20=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 95 (37.5% from 255 or 59.75% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 95 - color contains mainly: green. Hex color #2C5F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5F14 is #D3A0EB. Grayscale: #474747. Windows color (decimal): -13869292 or 1335084. OLE color: 1335084.

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

Color convert

RGB 44 95 20 -
CMYK 0.54 0 0.79 0.63
HSL 100.8º 0.65% 0.23% -
HSV(B) 100.8º 0.79% 0.37% -
XYZ 5.26 8.77 2.08 -
YUV 71.2 99.1 108.6 -
System Red Green Blue C M Y K H S L
Decimal 44 95 20 0.54 0 0.79 0.63 100.8 0.65 0.23
Hex 2C 5F 14 36 0 4F 3F 65 41 17
Octal 54 137 24 66 0 117 77 145 101 27
Binary 101100 1011111 10100 110110 0 1001111 111111 1100101 1000001 10111

Color Harmonies of #2C5F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5F14

Black with #2C5F14

Text Example


Text Example

White with #2C5F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,95,20); }

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

background-color css

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

 a { background-color: rgb(44,95,20); }

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

border-color css

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

 span { border-color: rgb(44,95,20); }

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