Html Css Color HEX #2D5325 Palm Leaf

📋 copy color: '#2D5325'

red 45 ◦ green 83 ◦ blue 37

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

Shades of Palm Leaf #2D5325

Tints of Palm Leaf #2D5325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.42%

R = 27.27%
G = 50.3%
B = 22.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#2D5325 (or 0x2D5325) is known color: Palm Leaf. HEX triplet: 2D, 53 and 25. RGB value is (45,83,37). Sum of RGB (Red+Green+Blue) = 45+83+37=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5325 is #D2ACDA. Grayscale: #424242. Windows color (decimal): -13806811 or 2446125. OLE color: 2446125.

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

Color convert

RGB 45 83 37 -
CMYK 0.46 0 0.55 0.67
HSL 109.57º 0.38% 0.24% -
HSV(B) 109.57º 0.55% 0.33% -
XYZ 4.51 6.88 2.84 -
YUV 66.39 111.41 112.74 -
System Red Green Blue C M Y K H S L
Decimal 45 83 37 0.46 0 0.55 0.67 109.57 0.38 0.24
Hex 2D 53 25 2E 0 37 43 6E 26 18
Octal 55 123 45 56 0 67 103 156 46 30
Binary 101101 1010011 100101 101110 0 110111 1000011 1101110 100110 11000

Color Harmonies of #2D5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5325

Black with #2D5325

Text Example


Text Example

White with #2D5325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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