#298482

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

Shades of Atoll #298482

Tints of Atoll #298482

Color information

#298482 (or 0x298482) is unknown color: approx Atoll. HEX triplet: 29, 84 and 82. RGB value is (41,132,130). Sum of RGB (Red+Green+Blue) = 41+132+130=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #298482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298482 is #D67B7D. Grayscale: #686868. Windows color (decimal): -14056318 or 8553513. OLE color: 8553513.

HSL color Cylindrical-coordinate representation of color #298482: hue angle of 178.68º 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 #298482 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB41132130-
CMYK0.6900.020.48
HSL178.68º52.6%33.92%-
HSV(B)178.68º68.94%51.76%-
XYZ13.1918.5924.01-
YUV104.56142.3582.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=13.53%
G=43.56%
B=42.90%

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
Decimal411321300.6900.020.48178.6852.633.92
Hex298482450230b33522
Octal5120420210502602636542
Binary1010011000010010000010100010101011000010110011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298482; }

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

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

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

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

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

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

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

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