Html Css Color HEX #2C4725 Palm Leaf

📋 copy color: '#2C4725'

red 44 ◦ green 71 ◦ blue 37

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

Shades of Palm Leaf #2C4725

Tints of Palm Leaf #2C4725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.71%

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

R = 28.95%
G = 46.71%
B = 24.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#2C4725 (or 0x2C4725) is known color: Palm Leaf. HEX triplet: 2C, 47 and 25. RGB value is (44,71,37). Sum of RGB (Red+Green+Blue) = 44+71+37=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4725 is #D3B8DA. Grayscale: #3B3B3B. Windows color (decimal): -13875419 or 2443052. OLE color: 2443052.

HSL color Cylindrical-coordinate representation of color #2C4725: hue angle of 107.65º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C4725 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 71 37 -
CMYK 0.38 0 0.48 0.72
HSL 107.65º 0.31% 0.21% -
HSV(B) 107.65º 0.48% 0.28% -
XYZ 3.63 5.18 2.56 -
YUV 59.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 44 71 37 0.38 0 0.48 0.72 107.65 0.31 0.21
Hex 2C 47 25 26 0 30 48 6C 1F 15
Octal 54 107 45 46 0 60 110 154 37 25
Binary 101100 1000111 100101 100110 0 110000 1001000 1101100 11111 10101

Color Harmonies of #2C4725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4725

Black with #2C4725

Text Example


Text Example

White with #2C4725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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