Html Css Color HEX #2D531F Palm Leaf

📋 copy color: '#2D531F'

red 45 ◦ green 83 ◦ blue 31

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

Shades of Palm Leaf #2D531F

Tints of Palm Leaf #2D531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.5%

R = 28.3%
G = 52.2%
B = 19.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#2D531F (or 0x2D531F) is known color: Palm Leaf. HEX triplet: 2D, 53 and 1F. RGB value is (45,83,31). Sum of RGB (Red+Green+Blue) = 45+83+31=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #2D531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D531F is #D2ACE0. Grayscale: #414141. Windows color (decimal): -13806817 or 2052909. OLE color: 2052909.

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

Color convert

RGB 45 83 31 -
CMYK 0.46 0 0.63 0.67
HSL 103.85º 0.46% 0.22% -
HSV(B) 103.85º 0.63% 0.33% -
XYZ 4.42 6.84 2.38 -
YUV 65.71 108.41 113.23 -
System Red Green Blue C M Y K H S L
Decimal 45 83 31 0.46 0 0.63 0.67 103.85 0.46 0.22
Hex 2D 53 1F 2E 0 3F 43 68 2E 16
Octal 55 123 37 56 0 77 103 150 56 26
Binary 101101 1010011 11111 101110 0 111111 1000011 1101000 101110 10110

Color Harmonies of #2D531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D531F

Black with #2D531F

Text Example


Text Example

White with #2D531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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