Html Css Color HEX #2C5224 Palm Leaf

📋 copy color: '#2C5224'

red 44 ◦ green 82 ◦ blue 36

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

Shades of Palm Leaf #2C5224

Tints of Palm Leaf #2C5224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.62%

 BLUE value IS 36 (14.45% from 255) = 22.22%

R = 27.16%
G = 50.62%
B = 22.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#2C5224 (or 0x2C5224) is known color: Palm Leaf. HEX triplet: 2C, 52 and 24. RGB value is (44,82,36). Sum of RGB (Red+Green+Blue) = 44+82+36=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #2C5224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5224 is #D3ADDB. Grayscale: #414141. Windows color (decimal): -13872604 or 2380332. OLE color: 2380332.

HSL color Cylindrical-coordinate representation of color #2C5224: hue angle of 109.57º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C5224 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 44 82 36 -
CMYK 0.46 0 0.56 0.68
HSL 109.57º 0.39% 0.23% -
HSV(B) 109.57º 0.56% 0.32% -
XYZ 4.37 6.7 2.73 -
YUV 65.39 111.41 112.74 -
System Red Green Blue C M Y K H S L
Decimal 44 82 36 0.46 0 0.56 0.68 109.57 0.39 0.23
Hex 2C 52 24 2E 0 38 44 6E 27 17
Octal 54 122 44 56 0 70 104 156 47 27
Binary 101100 1010010 100100 101110 0 111000 1000100 1101110 100111 10111

Color Harmonies of #2C5224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5224

Black with #2C5224

Text Example


Text Example

White with #2C5224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,82,36); }

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

background-color css

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

 a { background-color: rgb(44,82,36); }

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

border-color css

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

 span { border-color: rgb(44,82,36); }

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