Html Css Color HEX #2F511D Palm Leaf

📋 copy color: '#2F511D'

red 47 ◦ green 81 ◦ blue 29

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

Shades of Palm Leaf #2F511D

Tints of Palm Leaf #2F511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.59%

 BLUE value IS 29 (11.72% from 255) = 18.47%

R = 29.94%
G = 51.59%
B = 18.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#2F511D (or 0x2F511D) is known color: Palm Leaf. HEX triplet: 2F, 51 and 1D. RGB value is (47,81,29). Sum of RGB (Red+Green+Blue) = 47+81+29=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #2F511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F511D is #D0AEE2. Grayscale: #414141. Windows color (decimal): -13676259 or 1921327. OLE color: 1921327.

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

Color convert

RGB 47 81 29 -
CMYK 0.42 0 0.64 0.68
HSL 99.23º 0.47% 0.22% -
HSV(B) 99.23º 0.64% 0.32% -
XYZ 4.34 6.58 2.2 -
YUV 64.91 107.74 115.23 -
System Red Green Blue C M Y K H S L
Decimal 47 81 29 0.42 0 0.64 0.68 99.23 0.47 0.22
Hex 2F 51 1D 2A 0 40 44 63 2F 16
Octal 57 121 35 52 0 100 104 143 57 26
Binary 101111 1010001 11101 101010 0 1000000 1000100 1100011 101111 10110

Color Harmonies of #2F511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F511D

Black with #2F511D

Text Example


Text Example

White with #2F511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,81,29); }

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

background-color css

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

 a { background-color: rgb(47,81,29); }

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

border-color css

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

 span { border-color: rgb(47,81,29); }

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