#30817F

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

Shades of Atoll #30817F

Tints of Atoll #30817F

Color information

#30817F (or 0x30817F) is unknown color: approx Atoll. HEX triplet: 30, 81 and 7F. RGB value is (48,129,127). Sum of RGB (Red+Green+Blue) = 48+129+127=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #30817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30817F is #CF7E80. Grayscale: #686868. Windows color (decimal): -13598337 or 8356144. OLE color: 8356144.

HSL color Cylindrical-coordinate representation of color #30817F: hue angle of 178.52º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30817F is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB48129127-
CMYK0.6300.020.49
HSL178.52º45.76%34.71%-
HSV(B)178.52º62.79%50.59%-
XYZ12.917.8622.85-
YUV104.55140.6687.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 127 (50% from 255) = 41.78%
R=15.79%
G=42.43%
B=41.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481291270.6300.020.49178.5245.7634.71
Hex30817F3F0231b32e23
Octal602011777702612635643
Binary11000010000001111111111111101011000110110011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30817F; }

 p { color: rgb(48,129,127); }

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

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

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

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

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

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

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