Html Css Color HEX #2C5319 Palm Leaf

📋 copy color: '#2C5319'

red 44 ◦ green 83 ◦ blue 25

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

Shades of Palm Leaf #2C5319

Tints of Palm Leaf #2C5319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.61%

 BLUE value IS 25 (10.16% from 255) = 16.45%

R = 28.95%
G = 54.61%
B = 16.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#2C5319 (or 0x2C5319) is known color: Palm Leaf. HEX triplet: 2C, 53 and 19. RGB value is (44,83,25). Sum of RGB (Red+Green+Blue) = 44+83+25=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5319 is #D3ACE6. Grayscale: #404040. Windows color (decimal): -13872359 or 1659692. OLE color: 1659692.

HSL color Cylindrical-coordinate representation of color #2C5319: hue angle of 100.34º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C5319 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 83 25 -
CMYK 0.47 0 0.70 0.67
HSL 100.34º 0.54% 0.21% -
HSV(B) 100.34º 0.7% 0.33% -
XYZ 4.31 6.79 2 -
YUV 64.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 44 83 25 0.47 0 0.70 0.67 100.34 0.54 0.21
Hex 2C 53 19 2F 0 46 43 64 36 15
Octal 54 123 31 57 0 106 103 144 66 25
Binary 101100 1010011 11001 101111 0 1000110 1000011 1100100 110110 10101

Color Harmonies of #2C5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5319

Black with #2C5319

Text Example


Text Example

White with #2C5319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,83,25); }

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

background-color css

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

 a { background-color: rgb(44,83,25); }

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

border-color css

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

 span { border-color: rgb(44,83,25); }

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