Html Css Color HEX #2F531F Palm Leaf

📋 copy color: '#2F531F'

red 47 ◦ green 83 ◦ blue 31

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

Shades of Palm Leaf #2F531F

Tints of Palm Leaf #2F531F

RGB

 RED value IS 47 (18.75% from 255) = 29.19%

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

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

R = 29.19%
G = 51.55%
B = 19.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#2F531F (or 0x2F531F) is known color: Palm Leaf. HEX triplet: 2F, 53 and 1F. RGB value is (47,83,31). Sum of RGB (Red+Green+Blue) = 47+83+31=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #2F531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F531F is #D0ACE0. Grayscale: #424242. Windows color (decimal): -13675745 or 2052911. OLE color: 2052911.

HSL color Cylindrical-coordinate representation of color #2F531F: hue angle of 101.54º 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 #2F531F is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 83 31 -
CMYK 0.43 0 0.63 0.67
HSL 101.54º 0.46% 0.22% -
HSV(B) 101.54º 0.63% 0.33% -
XYZ 4.51 6.89 2.39 -
YUV 66.31 108.07 114.23 -
System Red Green Blue C M Y K H S L
Decimal 47 83 31 0.43 0 0.63 0.67 101.54 0.46 0.22
Hex 2F 53 1F 2B 0 3F 43 66 2E 16
Octal 57 123 37 53 0 77 103 146 56 26
Binary 101111 1010011 11111 101011 0 111111 1000011 1100110 101110 10110

Color Harmonies of #2F531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F531F

Black with #2F531F

Text Example


Text Example

White with #2F531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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