#2f7f8e

Color #2F7F8E Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #2F7F8E

Tints of Astral #2F7F8E

Color information

#2F7F8E (or 0x2F7F8E) is unknown color: approx Astral. HEX triplet: 2F, 7F and 8E. RGB value is (47,127,142). Sum of RGB (Red+Green+Blue) = 47+127+142=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F7F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7F8E is #D08071. Grayscale: #686868. Windows color (decimal): -13664370 or 9338671. OLE color: 9338671.

HSL color Cylindrical-coordinate representation of color #2F7F8E: hue angle of 189.47º degrees, saturation: 0.5, 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 #2F7F8E is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB47127142-
CMYK0.670.1100.44
HSL189.47º50.26%37.06%-
HSV(B)189.47º66.9%55.69%-
XYZ13.6417.7428.3-
YUV104.7914986.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.87%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=14.87%
G=40.19%
B=44.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal471271420.670.1100.44189.4750.2637.06
Hex2F7F8E43B02Cbd3225
Octal57177216103130542756245
Binary10111111111111000111010000111011010110010111101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f7f8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,127,142); }

 H1.HeaderClassName
 {
   color: #2f7f8e;
 }
 .AnyTagClassName
 {
   color: #2f7f8e;
 }
</style>
background-color css

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

 a { background-color: rgb(47,127,142); }

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

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

 span { border-color: rgb(47,127,142); }

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