Html Css Color HEX #2C4F19 Palm Leaf

📋 copy color: '#2C4F19'

red 44 ◦ green 79 ◦ blue 25

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

Shades of Palm Leaf #2C4F19

Tints of Palm Leaf #2C4F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 53.38%

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

R = 29.73%
G = 53.38%
B = 16.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#2C4F19 (or 0x2C4F19) is known color: Palm Leaf. HEX triplet: 2C, 4F and 19. RGB value is (44,79,25). Sum of RGB (Red+Green+Blue) = 44+79+25=148 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.73% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #2C4F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C4F19 is #D3B0E6. Grayscale: #3E3E3E. Windows color (decimal): -13873383 or 1658668. OLE color: 1658668.

HSL color Cylindrical-coordinate representation of color #2C4F19: hue angle of 98.89º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C4F19 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 79 25 -
CMYK 0.44 0 0.68 0.69
HSL 98.89º 0.52% 0.2% -
HSV(B) 98.89º 0.68% 0.31% -
XYZ 4.01 6.2 1.9 -
YUV 62.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 44 79 25 0.44 0 0.68 0.69 98.89 0.52 0.2
Hex 2C 4F 19 2C 0 44 45 63 34 14
Octal 54 117 31 54 0 104 105 143 64 24
Binary 101100 1001111 11001 101100 0 1000100 1000101 1100011 110100 10100

Color Harmonies of #2C4F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4F19

Black with #2C4F19

Text Example


Text Example

White with #2C4F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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