Html Css Color HEX #2F9274 Elf Green

📋 copy color: '#2F9274'

red 47 ◦ green 146 ◦ blue 116

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

Shades of Elf Green #2F9274

Tints of Elf Green #2F9274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.25%

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

R = 15.21%
G = 47.25%
B = 37.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#2F9274 (or 0x2F9274) is known color: Elf Green. HEX triplet: 2F, 92 and 74. RGB value is (47,146,116). Sum of RGB (Red+Green+Blue) = 47+146+116=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9274 is #D06D8B. Grayscale: #717171. Windows color (decimal): -13659532 or 7639599. OLE color: 7639599.

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

Color convert

RGB 47 146 116 -
CMYK 0.68 0 0.21 0.43
HSL 161.82º 0.51% 0.38% -
HSV(B) 161.82º 0.68% 0.57% -
XYZ 14.6 22.42 20.08 -
YUV 112.98 129.7 80.94 -
System Red Green Blue C M Y K H S L
Decimal 47 146 116 0.68 0 0.21 0.43 161.82 0.51 0.38
Hex 2F 92 74 44 0 15 2B A2 33 26
Octal 57 222 164 104 0 25 53 242 63 46
Binary 101111 10010010 1110100 1000100 0 10101 101011 10100010 110011 100110

Color Harmonies of #2F9274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9274

Black with #2F9274

Text Example


Text Example

White with #2F9274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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