Html Css Color HEX #2F9275 Elf Green

📋 copy color: '#2F9275'

red 47 ◦ green 146 ◦ blue 117

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

Shades of Elf Green #2F9275

Tints of Elf Green #2F9275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 15.16%
G = 47.1%
B = 37.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#2F9275 (or 0x2F9275) is known color: Elf Green. HEX triplet: 2F, 92 and 75. RGB value is (47,146,117). Sum of RGB (Red+Green+Blue) = 47+146+117=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9275 is #D06D8A. Grayscale: #717171. Windows color (decimal): -13659531 or 7705135. OLE color: 7705135.

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

Color convert

RGB 47 146 117 -
CMYK 0.68 0 0.20 0.43
HSL 162.42º 0.51% 0.38% -
HSV(B) 162.42º 0.68% 0.57% -
XYZ 14.66 22.45 20.39 -
YUV 113.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 47 146 117 0.68 0 0.20 0.43 162.42 0.51 0.38
Hex 2F 92 75 44 0 14 2B A2 33 26
Octal 57 222 165 104 0 24 53 242 63 46
Binary 101111 10010010 1110101 1000100 0 10100 101011 10100010 110011 100110

Color Harmonies of #2F9275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9275

Black with #2F9275

Text Example


Text Example

White with #2F9275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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