Html Css Color HEX #2D4425 Palm Leaf

📋 copy color: '#2D4425'

red 45 ◦ green 68 ◦ blue 37

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

Shades of Palm Leaf #2D4425

Tints of Palm Leaf #2D4425

RGB

 RED value IS 45 (17.97% from 255) = 30%

 GREEN value IS 68 (26.95% from 255) = 45.33%

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

R = 30%
G = 45.33%
B = 24.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#2D4425 (or 0x2D4425) is known color: Palm Leaf. HEX triplet: 2D, 44 and 25. RGB value is (45,68,37). Sum of RGB (Red+Green+Blue) = 45+68+37=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #2D4425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4425 is #D2BBDA. Grayscale: #393939. Windows color (decimal): -13810651 or 2442285. OLE color: 2442285.

HSL color Cylindrical-coordinate representation of color #2D4425: hue angle of 104.52º 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 #2D4425 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 45 68 37 -
CMYK 0.34 0 0.46 0.73
HSL 104.52º 0.3% 0.21% -
HSV(B) 104.52º 0.46% 0.27% -
XYZ 3.48 4.83 2.5 -
YUV 57.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 45 68 37 0.34 0 0.46 0.73 104.52 0.3 0.21
Hex 2D 44 25 22 0 2E 49 69 1E 15
Octal 55 104 45 42 0 56 111 151 36 25
Binary 101101 1000100 100101 100010 0 101110 1001001 1101001 11110 10101

Color Harmonies of #2D4425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4425

Black with #2D4425

Text Example


Text Example

White with #2D4425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,68,37); }

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

background-color css

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

 a { background-color: rgb(45,68,37); }

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

border-color css

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

 span { border-color: rgb(45,68,37); }

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