Html Css Color HEX #2F501E Palm Leaf

📋 copy color: '#2F501E'

red 47 ◦ green 80 ◦ blue 30

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

Shades of Palm Leaf #2F501E

Tints of Palm Leaf #2F501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50.96%

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

R = 29.94%
G = 50.96%
B = 19.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#2F501E (or 0x2F501E) is known color: Palm Leaf. HEX triplet: 2F, 50 and 1E. RGB value is (47,80,30). Sum of RGB (Red+Green+Blue) = 47+80+30=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #2F501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F501E is #D0AFE1. Grayscale: #404040. Windows color (decimal): -13676514 or 1986607. OLE color: 1986607.

HSL color Cylindrical-coordinate representation of color #2F501E: hue angle of 99.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F501E is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 80 30 -
CMYK 0.41 0 0.62 0.69
HSL 99.6º 0.45% 0.22% -
HSV(B) 99.6º 0.63% 0.31% -
XYZ 4.28 6.44 2.25 -
YUV 64.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 47 80 30 0.41 0 0.62 0.69 99.6 0.45 0.22
Hex 2F 50 1E 29 0 3E 45 64 2D 16
Octal 57 120 36 51 0 76 105 144 55 26
Binary 101111 1010000 11110 101001 0 111110 1000101 1100100 101101 10110

Color Harmonies of #2F501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F501E

Black with #2F501E

Text Example


Text Example

White with #2F501E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,80,30); }

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

background-color css

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

 a { background-color: rgb(47,80,30); }

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

border-color css

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

 span { border-color: rgb(47,80,30); }

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