Html Css Color HEX #2F9075 Elf Green

📋 copy color: '#2F9075'

red 47 ◦ green 144 ◦ blue 117

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

Shades of Elf Green #2F9075

Tints of Elf Green #2F9075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.75%

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

R = 15.26%
G = 46.75%
B = 37.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#2F9075 (or 0x2F9075) is known color: Elf Green. HEX triplet: 2F, 90 and 75. RGB value is (47,144,117). Sum of RGB (Red+Green+Blue) = 47+144+117=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9075 is #D06F8A. Grayscale: #6F6F6F. Windows color (decimal): -13660043 or 7704623. OLE color: 7704623.

HSL color Cylindrical-coordinate representation of color #2F9075: hue angle of 163.3º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F9075 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 144 117 -
CMYK 0.67 0 0.19 0.44
HSL 163.3º 0.51% 0.37% -
HSV(B) 163.3º 0.67% 0.56% -
XYZ 14.36 21.84 20.29 -
YUV 111.92 130.86 81.7 -
System Red Green Blue C M Y K H S L
Decimal 47 144 117 0.67 0 0.19 0.44 163.3 0.51 0.37
Hex 2F 90 75 43 0 13 2C A3 33 25
Octal 57 220 165 103 0 23 54 243 63 45
Binary 101111 10010000 1110101 1000011 0 10011 101100 10100011 110011 100101

Color Harmonies of #2F9075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9075

Black with #2F9075

Text Example


Text Example

White with #2F9075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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