Html Css Color HEX #2D600E Palm Leaf

📋 copy color: '#2D600E'

red 45 ◦ green 96 ◦ blue 14

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

Shades of Palm Leaf #2D600E

Tints of Palm Leaf #2D600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 61.94%

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 29.03%
G = 61.94%
B = 9.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#2D600E (or 0x2D600E) is known color: Palm Leaf. HEX triplet: 2D, 60 and 0E. RGB value is (45,96,14). Sum of RGB (Red+Green+Blue) = 45+96+14=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #2D600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D600E is #D29FF1. Grayscale: #474747. Windows color (decimal): -13803506 or 942125. OLE color: 942125.

HSL color Cylindrical-coordinate representation of color #2D600E: hue angle of 97.32º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D600E is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 96 14 -
CMYK 0.53 0 0.85 0.62
HSL 97.32º 0.75% 0.22% -
HSV(B) 97.32º 0.85% 0.38% -
XYZ 5.34 8.96 1.86 -
YUV 71.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 45 96 14 0.53 0 0.85 0.62 97.32 0.75 0.22
Hex 2D 60 E 35 0 55 3E 61 4B 16
Octal 55 140 16 65 0 125 76 141 113 26
Binary 101101 1100000 1110 110101 0 1010101 111110 1100001 1001011 10110

Color Harmonies of #2D600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D600E

Black with #2D600E

Text Example


Text Example

White with #2D600E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,96,14); }

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

background-color css

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

 a { background-color: rgb(45,96,14); }

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

border-color css

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

 span { border-color: rgb(45,96,14); }

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