Html Css Color HEX #2C5222 Palm Leaf

📋 copy color: '#2C5222'

red 44 ◦ green 82 ◦ blue 34

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

Shades of Palm Leaf #2C5222

Tints of Palm Leaf #2C5222

RGB

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

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

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

R = 27.5%
G = 51.25%
B = 21.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#2C5222 (or 0x2C5222) is known color: Palm Leaf. HEX triplet: 2C, 52 and 22. RGB value is (44,82,34). Sum of RGB (Red+Green+Blue) = 44+82+34=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #2C5222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5222 is #D3ADDD. Grayscale: #414141. Windows color (decimal): -13872606 or 2249260. OLE color: 2249260.

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

Color convert

RGB 44 82 34 -
CMYK 0.46 0 0.59 0.68
HSL 107.5º 0.41% 0.23% -
HSV(B) 107.5º 0.59% 0.32% -
XYZ 4.34 6.69 2.57 -
YUV 65.17 110.41 112.9 -
System Red Green Blue C M Y K H S L
Decimal 44 82 34 0.46 0 0.59 0.68 107.5 0.41 0.23
Hex 2C 52 22 2E 0 3B 44 6C 29 17
Octal 54 122 42 56 0 73 104 154 51 27
Binary 101100 1010010 100010 101110 0 111011 1000100 1101100 101001 10111

Color Harmonies of #2C5222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5222

Black with #2C5222

Text Example


Text Example

White with #2C5222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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