#2F6C75

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

Shades of Atoll #2F6C75

Tints of Atoll #2F6C75

Color information

#2F6C75 (or 0x2F6C75) is unknown color: approx Atoll. HEX triplet: 2F, 6C and 75. RGB value is (47,108,117). Sum of RGB (Red+Green+Blue) = 47+108+117=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F6C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6C75 is #D0938A. Grayscale: #5A5A5A. Windows color (decimal): -13669259 or 7695407. OLE color: 7695407.

HSL color Cylindrical-coordinate representation of color #2F6C75: hue angle of 187.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 #2F6C75 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB47108117-
CMYK0.600.0800.54
HSL187.71º42.68%32.16%-
HSV(B)187.71º59.83%45.88%-
XYZ9.7512.6118.75-
YUV90.79142.7996.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.28%
GREEN value IS 108 (42.58% from 255) = 39.71%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=17.28%
G=39.71%
B=43.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal471081170.600.0800.54187.7142.6832.16
Hex2F6C753C8036bc2b20
Octal5715416574100662745340
Binary101111110110011101011111001000011011010111100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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