Html Css Color HEX #2D5915 Palm Leaf

📋 copy color: '#2D5915'

red 45 ◦ green 89 ◦ blue 21

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

Shades of Palm Leaf #2D5915

Tints of Palm Leaf #2D5915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 57.42%

 BLUE value IS 21 (8.59% from 255) = 13.55%

R = 29.03%
G = 57.42%
B = 13.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#2D5915 (or 0x2D5915) is known color: Palm Leaf. HEX triplet: 2D, 59 and 15. RGB value is (45,89,21). Sum of RGB (Red+Green+Blue) = 45+89+21=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5915 is #D2A6EA. Grayscale: #444444. Windows color (decimal): -13805291 or 1399085. OLE color: 1399085.

HSL color Cylindrical-coordinate representation of color #2D5915: hue angle of 98.82º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5915 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 89 21 -
CMYK 0.49 0 0.76 0.65
HSL 98.82º 0.62% 0.22% -
HSV(B) 98.82º 0.76% 0.35% -
XYZ 4.79 7.76 1.95 -
YUV 68.09 101.42 111.53 -
System Red Green Blue C M Y K H S L
Decimal 45 89 21 0.49 0 0.76 0.65 98.82 0.62 0.22
Hex 2D 59 15 31 0 4C 41 63 3E 16
Octal 55 131 25 61 0 114 101 143 76 26
Binary 101101 1011001 10101 110001 0 1001100 1000001 1100011 111110 10110

Color Harmonies of #2D5915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5915

Black with #2D5915

Text Example


Text Example

White with #2D5915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,89,21); }

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

background-color css

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

 a { background-color: rgb(45,89,21); }

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

border-color css

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

 span { border-color: rgb(45,89,21); }

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