#307272

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

Shades of Atoll #307272

Tints of Atoll #307272

Color information

#307272 (or 0x307272) is unknown color: approx Atoll. HEX triplet: 30, 72 and 72. RGB value is (48,114,114). Sum of RGB (Red+Green+Blue) = 48+114+114=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #307272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307272 is #CF8D8D. Grayscale: #5E5E5E. Windows color (decimal): -13602190 or 7500336. OLE color: 7500336.

HSL color Cylindrical-coordinate representation of color #307272: hue angle of 180º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307272 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB48114114-
CMYK0.58000.55
HSL180º40.74%31.76%-
HSV(B)180º57.89%44.71%-
XYZ10.2713.8818.06-
YUV94.27139.1395-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 114 (44.92% from 255) = 41.30%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=17.39%
G=41.30%
B=41.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481141140.58000.5518040.7431.76
Hex3072723A0037b42920
Octal601621627200672645140
Binary110000111001011100101110100011011110110100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307272; }

 p { color: rgb(48,114,114); }

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

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

 a { background-color: rgb(48,114,114); }

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

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

 span { border-color: rgb(48,114,114); }

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