Html Css Color HEX #2C4525 Palm Leaf

📋 copy color: '#2C4525'

red 44 ◦ green 69 ◦ blue 37

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

Shades of Palm Leaf #2C4525

Tints of Palm Leaf #2C4525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46%

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

R = 29.33%
G = 46%
B = 24.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#2C4525 (or 0x2C4525) is known color: Palm Leaf. HEX triplet: 2C, 45 and 25. RGB value is (44,69,37). Sum of RGB (Red+Green+Blue) = 44+69+37=150 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.33% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #2C4525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4525 is #D3BADA. Grayscale: #393939. Windows color (decimal): -13875931 or 2442540. OLE color: 2442540.

HSL color Cylindrical-coordinate representation of color #2C4525: hue angle of 106.88º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C4525 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 44 69 37 -
CMYK 0.36 0 0.46 0.73
HSL 106.88º 0.3% 0.21% -
HSV(B) 106.88º 0.46% 0.27% -
XYZ 3.5 4.93 2.52 -
YUV 57.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 44 69 37 0.36 0 0.46 0.73 106.88 0.3 0.21
Hex 2C 45 25 24 0 2E 49 6B 1E 15
Octal 54 105 45 44 0 56 111 153 36 25
Binary 101100 1000101 100101 100100 0 101110 1001001 1101011 11110 10101

Color Harmonies of #2C4525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4525

Black with #2C4525

Text Example


Text Example

White with #2C4525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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