#2F7375

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

Shades of Atoll #2F7375

Tints of Atoll #2F7375

Color information

#2F7375 (or 0x2F7375) is unknown color: approx Atoll. HEX triplet: 2F, 73 and 75. RGB value is (47,115,117). Sum of RGB (Red+Green+Blue) = 47+115+117=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F7375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7375 is #D08C8A. Grayscale: #5E5E5E. Windows color (decimal): -13667467 or 7697199. OLE color: 7697199.

HSL color Cylindrical-coordinate representation of color #2F7375: hue angle of 181.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F7375 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB47115117-
CMYK0.600.0200.54
HSL181.71º42.68%32.16%-
HSV(B)181.71º59.83%45.88%-
XYZ10.5114.1519.01-
YUV94.9140.4793.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.85%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=16.85%
G=41.22%
B=41.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal471151170.600.0200.54181.7142.6832.16
Hex2F73753C2036b62b20
Octal571631657420662665340
Binary1011111110011111010111110010011011010110110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,115,117); }

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

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

 a { background-color: rgb(47,115,117); }

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

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

 span { border-color: rgb(47,115,117); }

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