Html Css Color HEX #2C5813 Palm Leaf

📋 copy color: '#2C5813'

red 44 ◦ green 88 ◦ blue 19

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

Shades of Palm Leaf #2C5813

Tints of Palm Leaf #2C5813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 58.28%

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 29.14%
G = 58.28%
B = 12.58%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#2C5813 (or 0x2C5813) is known color: Palm Leaf. HEX triplet: 2C, 58 and 13. RGB value is (44,88,19). Sum of RGB (Red+Green+Blue) = 44+88+19=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #2C5813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5813 is #D3A7EC. Grayscale: #434343. Windows color (decimal): -13871085 or 1267756. OLE color: 1267756.

HSL color Cylindrical-coordinate representation of color #2C5813: hue angle of 98.26º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C5813 is Cyan = 0.5, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 88 19 -
CMYK 0.5 0 0.78 0.65
HSL 98.26º 0.64% 0.21% -
HSV(B) 98.26º 0.78% 0.35% -
XYZ 4.65 7.56 1.83 -
YUV 66.98 100.92 111.61 -
System Red Green Blue C M Y K H S L
Decimal 44 88 19 0.5 0 0.78 0.65 98.26 0.64 0.21
Hex 2C 58 13 32 0 4E 41 62 40 15
Octal 54 130 23 62 0 116 101 142 100 25
Binary 101100 1011000 10011 110010 0 1001110 1000001 1100010 1000000 10101

Color Harmonies of #2C5813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5813

Black with #2C5813

Text Example


Text Example

White with #2C5813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,88,19); }

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

background-color css

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

 a { background-color: rgb(44,88,19); }

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

border-color css

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

 span { border-color: rgb(44,88,19); }

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