Html Css Color HEX #2F9171 Elf Green

📋 copy color: '#2F9171'

red 47 ◦ green 145 ◦ blue 113

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

Shades of Elf Green #2F9171

Tints of Elf Green #2F9171

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.54%

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 15.41%
G = 47.54%
B = 37.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#2F9171 (or 0x2F9171) is known color: Elf Green. HEX triplet: 2F, 91 and 71. RGB value is (47,145,113). Sum of RGB (Red+Green+Blue) = 47+145+113=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #2F9171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9171 is #D06E8E. Grayscale: #707070. Windows color (decimal): -13659791 or 7442735. OLE color: 7442735.

HSL color Cylindrical-coordinate representation of color #2F9171: hue angle of 160.41º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9171 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 145 113 -
CMYK 0.68 0 0.22 0.43
HSL 160.41º 0.51% 0.38% -
HSV(B) 160.41º 0.68% 0.57% -
XYZ 14.28 22.05 19.13 -
YUV 112.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 47 145 113 0.68 0 0.22 0.43 160.41 0.51 0.38
Hex 2F 91 71 44 0 16 2B A0 33 26
Octal 57 221 161 104 0 26 53 240 63 46
Binary 101111 10010001 1110001 1000100 0 10110 101011 10100000 110011 100110

Color Harmonies of #2F9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9171

Black with #2F9171

Text Example


Text Example

White with #2F9171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,145,113); }

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

background-color css

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

 a { background-color: rgb(47,145,113); }

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

border-color css

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

 span { border-color: rgb(47,145,113); }

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