Html Css Color HEX #2D551E Palm Leaf

📋 copy color: '#2D551E'

red 45 ◦ green 85 ◦ blue 30

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

Shades of Palm Leaf #2D551E

Tints of Palm Leaf #2D551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.13%

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 28.13%
G = 53.13%
B = 18.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#2D551E (or 0x2D551E) is known color: Palm Leaf. HEX triplet: 2D, 55 and 1E. RGB value is (45,85,30). Sum of RGB (Red+Green+Blue) = 45+85+30=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #2D551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D551E is #D2AAE1. Grayscale: #424242. Windows color (decimal): -13806306 or 1987885. OLE color: 1987885.

HSL color Cylindrical-coordinate representation of color #2D551E: hue angle of 103.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D551E is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 85 30 -
CMYK 0.47 0 0.65 0.67
HSL 103.64º 0.48% 0.23% -
HSV(B) 103.64º 0.65% 0.33% -
XYZ 4.57 7.15 2.37 -
YUV 66.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 45 85 30 0.47 0 0.65 0.67 103.64 0.48 0.23
Hex 2D 55 1E 2F 0 41 43 68 30 17
Octal 55 125 36 57 0 101 103 150 60 27
Binary 101101 1010101 11110 101111 0 1000001 1000011 1101000 110000 10111

Color Harmonies of #2D551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D551E

Black with #2D551E

Text Example


Text Example

White with #2D551E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,85,30); }

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

background-color css

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

 a { background-color: rgb(45,85,30); }

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

border-color css

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

 span { border-color: rgb(45,85,30); }

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