Html Css Color HEX #2F8A80 Elm

📋 copy color: '#2F8A80'

red 47 ◦ green 138 ◦ blue 128

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

Shades of Elm #2F8A80

Tints of Elm #2F8A80

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.09%

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 15.02%
G = 44.09%
B = 40.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#2F8A80 (or 0x2F8A80) is known color: Elm. HEX triplet: 2F, 8A and 80. RGB value is (47,138,128). Sum of RGB (Red+Green+Blue) = 47+138+128=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #2F8A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8A80 is #D0757F. Grayscale: #6D6D6D. Windows color (decimal): -13661568 or 8423983. OLE color: 8423983.

HSL color Cylindrical-coordinate representation of color #2F8A80: hue angle of 173.41º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8A80 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 138 128 -
CMYK 0.66 0 0.07 0.46
HSL 173.41º 0.49% 0.36% -
HSV(B) 173.41º 0.66% 0.54% -
XYZ 14.16 20.34 23.6 -
YUV 109.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 47 138 128 0.66 0 0.07 0.46 173.41 0.49 0.36
Hex 2F 8A 80 42 0 7 2E AD 31 24
Octal 57 212 200 102 0 7 56 255 61 44
Binary 101111 10001010 10000000 1000010 0 111 101110 10101101 110001 100100

Color Harmonies of #2F8A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8A80

Black with #2F8A80

Text Example


Text Example

White with #2F8A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,138,128); }

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

background-color css

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

 a { background-color: rgb(47,138,128); }

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

border-color css

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

 span { border-color: rgb(47,138,128); }

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