Html Css Color HEX #2D531B Palm Leaf

📋 copy color: '#2D531B'

red 45 ◦ green 83 ◦ blue 27

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

Shades of Palm Leaf #2D531B

Tints of Palm Leaf #2D531B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.42%

R = 29.03%
G = 53.55%
B = 17.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#2D531B (or 0x2D531B) is known color: Palm Leaf. HEX triplet: 2D, 53 and 1B. RGB value is (45,83,27). Sum of RGB (Red+Green+Blue) = 45+83+27=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #2D531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D531B is #D2ACE4. Grayscale: #414141. Windows color (decimal): -13806821 or 1790765. OLE color: 1790765.

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

Color convert

RGB 45 83 27 -
CMYK 0.46 0 0.67 0.67
HSL 100.71º 0.51% 0.22% -
HSV(B) 100.71º 0.67% 0.33% -
XYZ 4.37 6.82 2.12 -
YUV 65.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 45 83 27 0.46 0 0.67 0.67 100.71 0.51 0.22
Hex 2D 53 1B 2E 0 43 43 65 33 16
Octal 55 123 33 56 0 103 103 145 63 26
Binary 101101 1010011 11011 101110 0 1000011 1000011 1100101 110011 10110

Color Harmonies of #2D531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D531B

Black with #2D531B

Text Example


Text Example

White with #2D531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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