Html Css Color HEX #2F9174 Elf Green

📋 copy color: '#2F9174'

red 47 ◦ green 145 ◦ blue 116

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

Shades of Elf Green #2F9174

Tints of Elf Green #2F9174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.66%

R = 15.26%
G = 47.08%
B = 37.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#2F9174 (or 0x2F9174) is known color: Elf Green. HEX triplet: 2F, 91 and 74. RGB value is (47,145,116). Sum of RGB (Red+Green+Blue) = 47+145+116=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #2F9174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9174 is #D06E8B. Grayscale: #707070. Windows color (decimal): -13659788 or 7639343. OLE color: 7639343.

HSL color Cylindrical-coordinate representation of color #2F9174: hue angle of 162.24º 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 #2F9174 is Cyan = 0.68, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 145 116 -
CMYK 0.68 0 0.2 0.43
HSL 162.24º 0.51% 0.38% -
HSV(B) 162.24º 0.68% 0.57% -
XYZ 14.45 22.12 20.03 -
YUV 112.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 47 145 116 0.68 0 0.2 0.43 162.24 0.51 0.38
Hex 2F 91 74 44 0 14 2B A2 33 26
Octal 57 221 164 104 0 24 53 242 63 46
Binary 101111 10010001 1110100 1000100 0 10100 101011 10100010 110011 100110

Color Harmonies of #2F9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9174

Black with #2F9174

Text Example


Text Example

White with #2F9174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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