#2F787F

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

Shades of Atoll #2F787F

Tints of Atoll #2F787F

Color information

#2F787F (or 0x2F787F) is unknown color: approx Atoll. HEX triplet: 2F, 78 and 7F. RGB value is (47,120,127). Sum of RGB (Red+Green+Blue) = 47+120+127=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F787F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F787F is #D08780. Grayscale: #626262. Windows color (decimal): -13666177 or 8353839. OLE color: 8353839.

HSL color Cylindrical-coordinate representation of color #2F787F: hue angle of 185.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F787F is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB47120127-
CMYK0.630.0600.50
HSL185.25º45.98%34.12%-
HSV(B)185.25º62.99%49.8%-
XYZ11.7215.5722.47-
YUV98.97143.8290.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.99%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 127 (50% from 255) = 43.20%
R=15.99%
G=40.82%
B=43.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal471201270.630.0600.50185.2545.9834.12
Hex2F787F3F6032b92e22
Octal571701777760622715642
Binary10111111110001111111111111110011001010111001101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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