Html Css Color HEX #2C5522 Palm Leaf

📋 copy color: '#2C5522'

red 44 ◦ green 85 ◦ blue 34

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

Shades of Palm Leaf #2C5522

Tints of Palm Leaf #2C5522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 52.15%

 BLUE value IS 34 (13.67% from 255) = 20.86%

R = 26.99%
G = 52.15%
B = 20.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#2C5522 (or 0x2C5522) is known color: Palm Leaf. HEX triplet: 2C, 55 and 22. RGB value is (44,85,34). Sum of RGB (Red+Green+Blue) = 44+85+34=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5522 is #D3AADD. Grayscale: #434343. Windows color (decimal): -13871838 or 2250028. OLE color: 2250028.

HSL color Cylindrical-coordinate representation of color #2C5522: hue angle of 108.24º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C5522 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 85 34 -
CMYK 0.48 0 0.60 0.67
HSL 108.24º 0.43% 0.23% -
HSV(B) 108.24º 0.6% 0.33% -
XYZ 4.58 7.15 2.65 -
YUV 66.93 109.42 111.65 -
System Red Green Blue C M Y K H S L
Decimal 44 85 34 0.48 0 0.60 0.67 108.24 0.43 0.23
Hex 2C 55 22 30 0 3C 43 6C 2B 17
Octal 54 125 42 60 0 74 103 154 53 27
Binary 101100 1010101 100010 110000 0 111100 1000011 1101100 101011 10111

Color Harmonies of #2C5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5522

Black with #2C5522

Text Example


Text Example

White with #2C5522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,85,34); }

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

background-color css

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

 a { background-color: rgb(44,85,34); }

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

border-color css

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

 span { border-color: rgb(44,85,34); }

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