#2B7070

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

Shades of Atoll #2B7070

Tints of Atoll #2B7070

Color information

#2B7070 (or 0x2B7070) is unknown color: approx Atoll. HEX triplet: 2B, 70 and 70. RGB value is (43,112,112). Sum of RGB (Red+Green+Blue) = 43+112+112=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #2B7070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7070 is #D48F8F. Grayscale: #5B5B5B. Windows color (decimal): -13930384 or 7368747. OLE color: 7368747.

HSL color Cylindrical-coordinate representation of color #2B7070: hue angle of 180º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7070 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB43112112-
CMYK0.62000.56
HSL180º44.52%30.39%-
HSV(B)180º61.61%43.92%-
XYZ9.7213.2717.38-
YUV91.37139.6493.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=16.10%
G=41.95%
B=41.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal431121120.62000.5618044.5230.39
Hex2B70703E0038b42d1e
Octal531601607600702645536
Binary10101111100001110000111110001110001011010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,112,112); }

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

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

 a { background-color: rgb(43,112,112); }

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

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

 span { border-color: rgb(43,112,112); }

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