Html Css Color HEX #2F511A Palm Leaf

📋 copy color: '#2F511A'

red 47 ◦ green 81 ◦ blue 26

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

Shades of Palm Leaf #2F511A

Tints of Palm Leaf #2F511A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.88%

R = 30.52%
G = 52.6%
B = 16.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#2F511A (or 0x2F511A) is known color: Palm Leaf. HEX triplet: 2F, 51 and 1A. RGB value is (47,81,26). Sum of RGB (Red+Green+Blue) = 47+81+26=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #2F511A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F511A is #D0AEE5. Grayscale: #404040. Windows color (decimal): -13676262 or 1724719. OLE color: 1724719.

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

Color convert

RGB 47 81 26 -
CMYK 0.42 0 0.68 0.68
HSL 97.09º 0.51% 0.21% -
HSV(B) 97.09º 0.68% 0.32% -
XYZ 4.3 6.56 2.02 -
YUV 64.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 47 81 26 0.42 0 0.68 0.68 97.09 0.51 0.21
Hex 2F 51 1A 2A 0 44 44 61 33 15
Octal 57 121 32 52 0 104 104 141 63 25
Binary 101111 1010001 11010 101010 0 1000100 1000100 1100001 110011 10101

Color Harmonies of #2F511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F511A

Black with #2F511A

Text Example


Text Example

White with #2F511A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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