Html Css Color HEX #2C5025 Palm Leaf

📋 copy color: '#2C5025'

red 44 ◦ green 80 ◦ blue 37

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

Shades of Palm Leaf #2C5025

Tints of Palm Leaf #2C5025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.69%

 BLUE value IS 37 (14.84% from 255) = 22.98%

R = 27.33%
G = 49.69%
B = 22.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#2C5025 (or 0x2C5025) is known color: Palm Leaf. HEX triplet: 2C, 50 and 25. RGB value is (44,80,37). Sum of RGB (Red+Green+Blue) = 44+80+37=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #2C5025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5025 is #D3AFDA. Grayscale: #404040. Windows color (decimal): -13873115 or 2445356. OLE color: 2445356.

HSL color Cylindrical-coordinate representation of color #2C5025: hue angle of 110.23º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C5025 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 80 37 -
CMYK 0.45 0 0.54 0.69
HSL 110.23º 0.37% 0.23% -
HSV(B) 110.23º 0.54% 0.31% -
XYZ 4.24 6.41 2.76 -
YUV 64.33 112.57 113.5 -
System Red Green Blue C M Y K H S L
Decimal 44 80 37 0.45 0 0.54 0.69 110.23 0.37 0.23
Hex 2C 50 25 2D 0 36 45 6E 25 17
Octal 54 120 45 55 0 66 105 156 45 27
Binary 101100 1010000 100101 101101 0 110110 1000101 1101110 100101 10111

Color Harmonies of #2C5025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5025

Black with #2C5025

Text Example


Text Example

White with #2C5025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,80,37); }

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

background-color css

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

 a { background-color: rgb(44,80,37); }

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

border-color css

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

 span { border-color: rgb(44,80,37); }

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