#2F8783

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

Shades of Atoll #2F8783

Tints of Atoll #2F8783

Color information

#2F8783 (or 0x2F8783) is unknown color: approx Atoll. HEX triplet: 2F, 87 and 83. RGB value is (47,135,131). Sum of RGB (Red+Green+Blue) = 47+135+131=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8783 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8783 is #D0787C. Grayscale: #6C6C6C. Windows color (decimal): -13662333 or 8619823. OLE color: 8619823.

HSL color Cylindrical-coordinate representation of color #2F8783: hue angle of 177.27º degrees, saturation: 0.48, 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 #2F8783 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB47135131-
CMYK0.6500.030.47
HSL177.27º48.35%35.69%-
HSV(B)177.27º65.19%52.94%-
XYZ13.9319.5724.52-
YUV108.23140.8584.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.02%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=15.02%
G=43.13%
B=41.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471351310.6500.030.47177.2748.3535.69
Hex2F878341032Fb13024
Octal5720720310103572616044
Binary1011111000011110000011100000101110111110110001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,135,131); }

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

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

 a { background-color: rgb(47,135,131); }

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

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

 span { border-color: rgb(47,135,131); }

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