#2f8582

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

Shades of Atoll #2F8582

Tints of Atoll #2F8582

Color information

#2F8582 (or 0x2F8582) is unknown color: approx Atoll. HEX triplet: 2F, 85 and 82. RGB value is (47,133,130). Sum of RGB (Red+Green+Blue) = 47+133+130=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8582 is #D07A7D. Grayscale: #6A6A6A. Windows color (decimal): -13662846 or 8553775. OLE color: 8553775.

HSL color Cylindrical-coordinate representation of color #2F8582: hue angle of 177.91º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F8582 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB47133130-
CMYK0.6500.020.48
HSL177.91º47.78%35.29%-
HSV(B)177.91º64.66%52.16%-
XYZ13.5918.9924.07-
YUV106.94141.0185.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.16%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=15.16%
G=42.90%
B=41.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal471331300.6500.020.48177.9147.7835.29
Hex2F8582410230b23023
Octal5720520210102602626043
Binary1011111000010110000010100000101011000010110010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,133,130); }

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

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

 a { background-color: rgb(47,133,130); }

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

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

 span { border-color: rgb(47,133,130); }

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