Html Css Color HEX #2D5518 Palm Leaf

📋 copy color: '#2D5518'

red 45 ◦ green 85 ◦ blue 24

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

Shades of Palm Leaf #2D5518

Tints of Palm Leaf #2D5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.19%

 BLUE value IS 24 (9.77% from 255) = 15.58%

R = 29.22%
G = 55.19%
B = 15.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#2D5518 (or 0x2D5518) is known color: Palm Leaf. HEX triplet: 2D, 55 and 18. RGB value is (45,85,24). Sum of RGB (Red+Green+Blue) = 45+85+24=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5518 is #D2AAE7. Grayscale: #424242. Windows color (decimal): -13806312 or 1594669. OLE color: 1594669.

HSL color Cylindrical-coordinate representation of color #2D5518: hue angle of 99.34º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D5518 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 85 24 -
CMYK 0.47 0 0.72 0.67
HSL 99.34º 0.56% 0.21% -
HSV(B) 99.34º 0.72% 0.33% -
XYZ 4.5 7.12 2 -
YUV 66.09 104.25 112.96 -
System Red Green Blue C M Y K H S L
Decimal 45 85 24 0.47 0 0.72 0.67 99.34 0.56 0.21
Hex 2D 55 18 2F 0 48 43 63 38 15
Octal 55 125 30 57 0 110 103 143 70 25
Binary 101101 1010101 11000 101111 0 1001000 1000011 1100011 111000 10101

Color Harmonies of #2D5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5518

Black with #2D5518

Text Example


Text Example

White with #2D5518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,85,24); }

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

background-color css

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

 a { background-color: rgb(45,85,24); }

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

border-color css

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

 span { border-color: rgb(45,85,24); }

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