#2F807F

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

Shades of Atoll #2F807F

Tints of Atoll #2F807F

Color information

#2F807F (or 0x2F807F) is unknown color: approx Atoll. HEX triplet: 2F, 80 and 7F. RGB value is (47,128,127). Sum of RGB (Red+Green+Blue) = 47+128+127=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #2F807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F807F is #D07F80. Grayscale: #676767. Windows color (decimal): -13664129 or 8355887. OLE color: 8355887.

HSL color Cylindrical-coordinate representation of color #2F807F: hue angle of 179.26º 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 #2F807F is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB47128127-
CMYK0.6300.010.50
HSL179.26º46.29%34.31%-
HSV(B)179.26º63.28%50.2%-
XYZ12.7217.5722.8-
YUV103.67141.1687.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 128 (50.39% from 255) = 42.38%
BLUE value IS 127 (50% from 255) = 42.05%
R=15.56%
G=42.38%
B=42.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal471281270.6300.010.50179.2646.2934.31
Hex2F807F3F0132b32e22
Octal572001777701622635642
Binary1011111000000011111111111110111001010110011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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