Html Css Color HEX #2D5327 Palm Leaf

📋 copy color: '#2D5327'

red 45 ◦ green 83 ◦ blue 39

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

Shades of Palm Leaf #2D5327

Tints of Palm Leaf #2D5327

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.7%

 BLUE value IS 39 (15.63% from 255) = 23.35%

R = 26.95%
G = 49.7%
B = 23.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#2D5327 (or 0x2D5327) is known color: Palm Leaf. HEX triplet: 2D, 53 and 27. RGB value is (45,83,39). Sum of RGB (Red+Green+Blue) = 45+83+39=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5327 is #D2ACD8. Grayscale: #424242. Windows color (decimal): -13806809 or 2577197. OLE color: 2577197.

HSL color Cylindrical-coordinate representation of color #2D5327: hue angle of 111.82º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D5327 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 83 39 -
CMYK 0.46 0 0.53 0.67
HSL 111.82º 0.36% 0.24% -
HSV(B) 111.82º 0.53% 0.33% -
XYZ 4.54 6.89 3.01 -
YUV 66.62 112.41 112.58 -
System Red Green Blue C M Y K H S L
Decimal 45 83 39 0.46 0 0.53 0.67 111.82 0.36 0.24
Hex 2D 53 27 2E 0 35 43 70 24 18
Octal 55 123 47 56 0 65 103 160 44 30
Binary 101101 1010011 100111 101110 0 110101 1000011 1110000 100100 11000

Color Harmonies of #2D5327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5327

Black with #2D5327

Text Example


Text Example

White with #2D5327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,83,39); }

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

background-color css

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

 a { background-color: rgb(45,83,39); }

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

border-color css

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

 span { border-color: rgb(45,83,39); }

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