Html Css Color HEX #2C5421 Palm Leaf

📋 copy color: '#2C5421'

red 44 ◦ green 84 ◦ blue 33

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

Shades of Palm Leaf #2C5421

Tints of Palm Leaf #2C5421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.17%

 BLUE value IS 33 (13.28% from 255) = 20.5%

R = 27.33%
G = 52.17%
B = 20.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#2C5421 (or 0x2C5421) is known color: Palm Leaf. HEX triplet: 2C, 54 and 21. RGB value is (44,84,33). Sum of RGB (Red+Green+Blue) = 44+84+33=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #2C5421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5421 is #D3ABDE. Grayscale: #424242. Windows color (decimal): -13872095 or 2184236. OLE color: 2184236.

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

Color convert

RGB 44 84 33 -
CMYK 0.48 0 0.61 0.67
HSL 107.06º 0.44% 0.23% -
HSV(B) 107.06º 0.61% 0.33% -
XYZ 4.48 6.99 2.55 -
YUV 66.23 109.25 112.15 -
System Red Green Blue C M Y K H S L
Decimal 44 84 33 0.48 0 0.61 0.67 107.06 0.44 0.23
Hex 2C 54 21 30 0 3D 43 6B 2C 17
Octal 54 124 41 60 0 75 103 153 54 27
Binary 101100 1010100 100001 110000 0 111101 1000011 1101011 101100 10111

Color Harmonies of #2C5421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5421

Black with #2C5421

Text Example


Text Example

White with #2C5421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,84,33); }

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

background-color css

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

 a { background-color: rgb(44,84,33); }

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

border-color css

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

 span { border-color: rgb(44,84,33); }

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