Html Css Color HEX #2C6015 Palm Leaf

📋 copy color: '#2C6015'

red 44 ◦ green 96 ◦ blue 21

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

Shades of Palm Leaf #2C6015

Tints of Palm Leaf #2C6015

RGB

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

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

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

R = 27.33%
G = 59.63%
B = 13.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#2C6015 (or 0x2C6015) is known color: Palm Leaf. HEX triplet: 2C, 60 and 15. RGB value is (44,96,21). Sum of RGB (Red+Green+Blue) = 44+96+21=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6015 is #D39FEA. Grayscale: #484848. Windows color (decimal): -13869035 or 1400876. OLE color: 1400876.

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

Color convert

RGB 44 96 21 -
CMYK 0.54 0 0.78 0.62
HSL 101.6º 0.64% 0.23% -
HSV(B) 101.6º 0.78% 0.38% -
XYZ 5.36 8.96 2.16 -
YUV 71.9 99.27 108.1 -
System Red Green Blue C M Y K H S L
Decimal 44 96 21 0.54 0 0.78 0.62 101.6 0.64 0.23
Hex 2C 60 15 36 0 4E 3E 66 40 17
Octal 54 140 25 66 0 116 76 146 100 27
Binary 101100 1100000 10101 110110 0 1001110 111110 1100110 1000000 10111

Color Harmonies of #2C6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6015

Black with #2C6015

Text Example


Text Example

White with #2C6015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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