Html Css Color HEX #2F9472 Elf Green

📋 copy color: '#2F9472'

red 47 ◦ green 148 ◦ blue 114

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

Shades of Elf Green #2F9472

Tints of Elf Green #2F9472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

 BLUE value IS 114 (44.92% from 255) = 36.89%

R = 15.21%
G = 47.9%
B = 36.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#2F9472 (or 0x2F9472) is known color: Elf Green. HEX triplet: 2F, 94 and 72. RGB value is (47,148,114). Sum of RGB (Red+Green+Blue) = 47+148+114=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #2F9472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9472 is #D06B8D. Grayscale: #717171. Windows color (decimal): -13659022 or 7509039. OLE color: 7509039.

HSL color Cylindrical-coordinate representation of color #2F9472: hue angle of 159.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9472 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 148 114 -
CMYK 0.68 0 0.23 0.42
HSL 159.8º 0.52% 0.38% -
HSV(B) 159.8º 0.68% 0.58% -
XYZ 14.8 23 19.58 -
YUV 113.93 128.04 80.26 -
System Red Green Blue C M Y K H S L
Decimal 47 148 114 0.68 0 0.23 0.42 159.8 0.52 0.38
Hex 2F 94 72 44 0 17 2A A0 34 26
Octal 57 224 162 104 0 27 52 240 64 46
Binary 101111 10010100 1110010 1000100 0 10111 101010 10100000 110100 100110

Color Harmonies of #2F9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9472

Black with #2F9472

Text Example


Text Example

White with #2F9472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,148,114); }

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

background-color css

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

 a { background-color: rgb(47,148,114); }

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

border-color css

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

 span { border-color: rgb(47,148,114); }

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