Html Css Color HEX #2F5812 Palm Leaf

📋 copy color: '#2F5812'

red 47 ◦ green 88 ◦ blue 18

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

Shades of Palm Leaf #2F5812

Tints of Palm Leaf #2F5812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 57.52%

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 30.72%
G = 57.52%
B = 11.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#2F5812 (or 0x2F5812) is known color: Palm Leaf. HEX triplet: 2F, 58 and 12. RGB value is (47,88,18). Sum of RGB (Red+Green+Blue) = 47+88+18=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5812 is #D0A7ED. Grayscale: #444444. Windows color (decimal): -13674478 or 1202223. OLE color: 1202223.

HSL color Cylindrical-coordinate representation of color #2F5812: hue angle of 95.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F5812 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 88 18 -
CMYK 0.47 0 0.80 0.65
HSL 95.14º 0.66% 0.21% -
HSV(B) 95.14º 0.8% 0.35% -
XYZ 4.77 7.63 1.79 -
YUV 67.76 99.92 113.19 -
System Red Green Blue C M Y K H S L
Decimal 47 88 18 0.47 0 0.80 0.65 95.14 0.66 0.21
Hex 2F 58 12 2F 0 50 41 5F 42 15
Octal 57 130 22 57 0 120 101 137 102 25
Binary 101111 1011000 10010 101111 0 1010000 1000001 1011111 1000010 10101

Color Harmonies of #2F5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5812

Black with #2F5812

Text Example


Text Example

White with #2F5812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,88,18); }

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

background-color css

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

 a { background-color: rgb(47,88,18); }

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

border-color css

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

 span { border-color: rgb(47,88,18); }

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