Html Css Color HEX #2D5522 Palm Leaf

📋 copy color: '#2D5522'

red 45 ◦ green 85 ◦ blue 34

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

Shades of Palm Leaf #2D5522

Tints of Palm Leaf #2D5522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.73%

R = 27.44%
G = 51.83%
B = 20.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#2D5522 (or 0x2D5522) is known color: Palm Leaf. HEX triplet: 2D, 55 and 22. RGB value is (45,85,34). Sum of RGB (Red+Green+Blue) = 45+85+34=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5522 is #D2AADD. Grayscale: #434343. Windows color (decimal): -13806302 or 2250029. OLE color: 2250029.

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

Color convert

RGB 45 85 34 -
CMYK 0.47 0 0.60 0.67
HSL 107.06º 0.43% 0.23% -
HSV(B) 107.06º 0.6% 0.33% -
XYZ 4.62 7.17 2.65 -
YUV 67.23 109.25 112.15 -
System Red Green Blue C M Y K H S L
Decimal 45 85 34 0.47 0 0.60 0.67 107.06 0.43 0.23
Hex 2D 55 22 2F 0 3C 43 6B 2B 17
Octal 55 125 42 57 0 74 103 153 53 27
Binary 101101 1010101 100010 101111 0 111100 1000011 1101011 101011 10111

Color Harmonies of #2D5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5522

Black with #2D5522

Text Example


Text Example

White with #2D5522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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