Html Css Color HEX #2D5A11 Palm Leaf

📋 copy color: '#2D5A11'

red 45 ◦ green 90 ◦ blue 17

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

Shades of Palm Leaf #2D5A11

Tints of Palm Leaf #2D5A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 59.21%

 BLUE value IS 17 (7.03% from 255) = 11.18%

R = 29.61%
G = 59.21%
B = 11.18%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#2D5A11 (or 0x2D5A11) is known color: Palm Leaf. HEX triplet: 2D, 5A and 11. RGB value is (45,90,17). Sum of RGB (Red+Green+Blue) = 45+90+17=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5A11 is #D2A5EE. Grayscale: #444444. Windows color (decimal): -13805039 or 1137197. OLE color: 1137197.

HSL color Cylindrical-coordinate representation of color #2D5A11: hue angle of 96.99º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D5A11 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 90 17 -
CMYK 0.50 0 0.81 0.65
HSL 96.99º 0.68% 0.21% -
HSV(B) 96.99º 0.81% 0.35% -
XYZ 4.84 7.91 1.8 -
YUV 68.22 99.09 111.44 -
System Red Green Blue C M Y K H S L
Decimal 45 90 17 0.50 0 0.81 0.65 96.99 0.68 0.21
Hex 2D 5A 11 32 0 51 41 61 44 15
Octal 55 132 21 62 0 121 101 141 104 25
Binary 101101 1011010 10001 110010 0 1010001 1000001 1100001 1000100 10101

Color Harmonies of #2D5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5A11

Black with #2D5A11

Text Example


Text Example

White with #2D5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,90,17); }

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

background-color css

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

 a { background-color: rgb(45,90,17); }

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

border-color css

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

 span { border-color: rgb(45,90,17); }

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