#298481

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

Shades of Atoll #298481

Tints of Atoll #298481

Color information

#298481 (or 0x298481) is unknown color: approx Atoll. HEX triplet: 29, 84 and 81. RGB value is (41,132,129). Sum of RGB (Red+Green+Blue) = 41+132+129=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #298481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298481 is #D67B7E. Grayscale: #686868. Windows color (decimal): -14056319 or 8487977. OLE color: 8487977.

HSL color Cylindrical-coordinate representation of color #298481: hue angle of 178.02º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298481 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB41132129-
CMYK0.6900.020.48
HSL178.02º52.6%33.92%-
HSV(B)178.02º68.94%51.76%-
XYZ13.1318.5623.66-
YUV104.45141.8582.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=13.58%
G=43.71%
B=42.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411321290.6900.020.48178.0252.633.92
Hex298481450230b23522
Octal5120420110502602626542
Binary1010011000010010000001100010101011000010110010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298481; }

 p { color: rgb(41,132,129); }

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

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

 a { background-color: rgb(41,132,129); }

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

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

 span { border-color: rgb(41,132,129); }

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