Html Css Color HEX #2D531E Palm Leaf

📋 copy color: '#2D531E'

red 45 ◦ green 83 ◦ blue 30

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

Shades of Palm Leaf #2D531E

Tints of Palm Leaf #2D531E

RGB

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

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

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

R = 28.48%
G = 52.53%
B = 18.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#2D531E (or 0x2D531E) is known color: Palm Leaf. HEX triplet: 2D, 53 and 1E. RGB value is (45,83,30). Sum of RGB (Red+Green+Blue) = 45+83+30=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #2D531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D531E is #D2ACE1. Grayscale: #414141. Windows color (decimal): -13806818 or 1987373. OLE color: 1987373.

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

Color convert

RGB 45 83 30 -
CMYK 0.46 0 0.64 0.67
HSL 103.02º 0.47% 0.22% -
HSV(B) 103.02º 0.64% 0.33% -
XYZ 4.41 6.84 2.32 -
YUV 65.6 107.91 113.31 -
System Red Green Blue C M Y K H S L
Decimal 45 83 30 0.46 0 0.64 0.67 103.02 0.47 0.22
Hex 2D 53 1E 2E 0 40 43 67 2F 16
Octal 55 123 36 56 0 100 103 147 57 26
Binary 101101 1010011 11110 101110 0 1000000 1000011 1100111 101111 10110

Color Harmonies of #2D531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D531E

Black with #2D531E

Text Example


Text Example

White with #2D531E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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