Html Css Color HEX #2C6013 Palm Leaf

📋 copy color: '#2C6013'

red 44 ◦ green 96 ◦ blue 19

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

Shades of Palm Leaf #2C6013

Tints of Palm Leaf #2C6013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60.38%

 BLUE value IS 19 (7.81% from 255) = 11.95%

R = 27.67%
G = 60.38%
B = 11.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#2C6013 (or 0x2C6013) is known color: Palm Leaf. HEX triplet: 2C, 60 and 13. RGB value is (44,96,19). Sum of RGB (Red+Green+Blue) = 44+96+19=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6013 is #D39FEC. Grayscale: #474747. Windows color (decimal): -13869037 or 1269804. OLE color: 1269804.

HSL color Cylindrical-coordinate representation of color #2C6013: hue angle of 100.52º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C6013 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 96 19 -
CMYK 0.54 0 0.80 0.62
HSL 100.52º 0.67% 0.23% -
HSV(B) 100.52º 0.8% 0.38% -
XYZ 5.34 8.95 2.06 -
YUV 71.67 98.27 108.26 -
System Red Green Blue C M Y K H S L
Decimal 44 96 19 0.54 0 0.80 0.62 100.52 0.67 0.23
Hex 2C 60 13 36 0 50 3E 65 43 17
Octal 54 140 23 66 0 120 76 145 103 27
Binary 101100 1100000 10011 110110 0 1010000 111110 1100101 1000011 10111

Color Harmonies of #2C6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6013

Black with #2C6013

Text Example


Text Example

White with #2C6013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,96,19); }

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

background-color css

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

 a { background-color: rgb(44,96,19); }

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

border-color css

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

 span { border-color: rgb(44,96,19); }

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