Html Css Color HEX #2F9372 Elf Green

📋 copy color: '#2F9372'

red 47 ◦ green 147 ◦ blue 114

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

Shades of Elf Green #2F9372

Tints of Elf Green #2F9372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.73%

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

R = 15.26%
G = 47.73%
B = 37.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#2F9372 (or 0x2F9372) is known color: Elf Green. HEX triplet: 2F, 93 and 72. RGB value is (47,147,114). Sum of RGB (Red+Green+Blue) = 47+147+114=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9372 is #D06C8D. Grayscale: #717171. Windows color (decimal): -13659278 or 7508783. OLE color: 7508783.

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

Color convert

RGB 47 147 114 -
CMYK 0.68 0 0.22 0.42
HSL 160.2º 0.52% 0.38% -
HSV(B) 160.2º 0.68% 0.58% -
XYZ 14.64 22.69 19.53 -
YUV 113.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 47 147 114 0.68 0 0.22 0.42 160.2 0.52 0.38
Hex 2F 93 72 44 0 16 2A A0 34 26
Octal 57 223 162 104 0 26 52 240 64 46
Binary 101111 10010011 1110010 1000100 0 10110 101010 10100000 110100 100110

Color Harmonies of #2F9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9372

Black with #2F9372

Text Example


Text Example

White with #2F9372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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