Html Css Color HEX #2D5F15 Palm Leaf

📋 copy color: '#2D5F15'

red 45 ◦ green 95 ◦ blue 21

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

Shades of Palm Leaf #2D5F15

Tints of Palm Leaf #2D5F15

RGB

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

 GREEN value IS 95 (37.5% from 255) = 59.01%

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

R = 27.95%
G = 59.01%
B = 13.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#2D5F15 (or 0x2D5F15) is known color: Palm Leaf. HEX triplet: 2D, 5F and 15. RGB value is (45,95,21). Sum of RGB (Red+Green+Blue) = 45+95+21=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 95 (37.5% from 255 or 59.01% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5F15 is #D2A0EA. Grayscale: #474747. Windows color (decimal): -13803755 or 1400621. OLE color: 1400621.

HSL color Cylindrical-coordinate representation of color #2D5F15: hue angle of 100.54º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D5F15 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 45 95 21 -
CMYK 0.53 0 0.78 0.63
HSL 100.54º 0.64% 0.23% -
HSV(B) 100.54º 0.78% 0.37% -
XYZ 5.31 8.8 2.13 -
YUV 71.61 99.44 109.02 -
System Red Green Blue C M Y K H S L
Decimal 45 95 21 0.53 0 0.78 0.63 100.54 0.64 0.23
Hex 2D 5F 15 35 0 4E 3F 65 40 17
Octal 55 137 25 65 0 116 77 145 100 27
Binary 101101 1011111 10101 110101 0 1001110 111111 1100101 1000000 10111

Color Harmonies of #2D5F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5F15

Black with #2D5F15

Text Example


Text Example

White with #2D5F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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