Html Css Color HEX #2F8880 Elm

📋 copy color: '#2F8880'

red 47 ◦ green 136 ◦ blue 128

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

Shades of Elm #2F8880

Tints of Elm #2F8880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.73%

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

R = 15.11%
G = 43.73%
B = 41.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#2F8880 (or 0x2F8880) is known color: Elm. HEX triplet: 2F, 88 and 80. RGB value is (47,136,128). Sum of RGB (Red+Green+Blue) = 47+136+128=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8880 is #D0777F. Grayscale: #6C6C6C. Windows color (decimal): -13662080 or 8423471. OLE color: 8423471.

HSL color Cylindrical-coordinate representation of color #2F8880: hue angle of 174.61º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F8880 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 136 128 -
CMYK 0.65 0 0.06 0.47
HSL 174.61º 0.49% 0.36% -
HSV(B) 174.61º 0.65% 0.53% -
XYZ 13.87 19.77 23.51 -
YUV 108.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 47 136 128 0.65 0 0.06 0.47 174.61 0.49 0.36
Hex 2F 88 80 41 0 6 2F AF 31 24
Octal 57 210 200 101 0 6 57 257 61 44
Binary 101111 10001000 10000000 1000001 0 110 101111 10101111 110001 100100

Color Harmonies of #2F8880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8880

Black with #2F8880

Text Example


Text Example

White with #2F8880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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