Html Css Color HEX #2D501A Palm Leaf

📋 copy color: '#2D501A'

red 45 ◦ green 80 ◦ blue 26

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

Shades of Palm Leaf #2D501A

Tints of Palm Leaf #2D501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 52.98%

 BLUE value IS 26 (10.55% from 255) = 17.22%

R = 29.8%
G = 52.98%
B = 17.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#2D501A (or 0x2D501A) is known color: Palm Leaf. HEX triplet: 2D, 50 and 1A. RGB value is (45,80,26). Sum of RGB (Red+Green+Blue) = 45+80+26=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #2D501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D501A is #D2AFE5. Grayscale: #3F3F3F. Windows color (decimal): -13807590 or 1724461. OLE color: 1724461.

HSL color Cylindrical-coordinate representation of color #2D501A: hue angle of 98.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D501A is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 80 26 -
CMYK 0.44 0 0.67 0.69
HSL 98.89º 0.51% 0.21% -
HSV(B) 98.89º 0.68% 0.31% -
XYZ 4.14 6.37 1.99 -
YUV 63.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 45 80 26 0.44 0 0.67 0.69 98.89 0.51 0.21
Hex 2D 50 1A 2C 0 43 45 63 33 15
Octal 55 120 32 54 0 103 105 143 63 25
Binary 101101 1010000 11010 101100 0 1000011 1000101 1100011 110011 10101

Color Harmonies of #2D501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D501A

Black with #2D501A

Text Example


Text Example

White with #2D501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,80,26); }

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

background-color css

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

 a { background-color: rgb(45,80,26); }

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

border-color css

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

 span { border-color: rgb(45,80,26); }

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