Html Css Color HEX #2C4925 Palm Leaf

📋 copy color: '#2C4925'

red 44 ◦ green 73 ◦ blue 37

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

Shades of Palm Leaf #2C4925

Tints of Palm Leaf #2C4925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.4%

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

R = 28.57%
G = 47.4%
B = 24.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#2C4925 (or 0x2C4925) is known color: Palm Leaf. HEX triplet: 2C, 49 and 25. RGB value is (44,73,37). Sum of RGB (Red+Green+Blue) = 44+73+37=154 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.57% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #2C4925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4925 is #D3B6DA. Grayscale: #3C3C3C. Windows color (decimal): -13874907 or 2443564. OLE color: 2443564.

HSL color Cylindrical-coordinate representation of color #2C4925: hue angle of 108.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C4925 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 73 37 -
CMYK 0.40 0 0.49 0.71
HSL 108.33º 0.33% 0.22% -
HSV(B) 108.33º 0.49% 0.29% -
XYZ 3.76 5.43 2.6 -
YUV 60.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 44 73 37 0.40 0 0.49 0.71 108.33 0.33 0.22
Hex 2C 49 25 28 0 31 47 6C 21 16
Octal 54 111 45 50 0 61 107 154 41 26
Binary 101100 1001001 100101 101000 0 110001 1000111 1101100 100001 10110

Color Harmonies of #2C4925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4925

Black with #2C4925

Text Example


Text Example

White with #2C4925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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