Html Css Color HEX #298481 Atoll

📋 copy color: '#298481'

red 41 ◦ green 132 ◦ blue 129

#298481
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #298481

Tints of Atoll #298481

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 value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#298481 (or 0x298481) is known color: 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

RGB 41 132 129 -
CMYK 0.69 0 0.02 0.48
HSL 178.02º 0.53% 0.34% -
HSV(B) 178.02º 0.69% 0.52% -
XYZ 13.13 18.56 23.66 -
YUV 104.45 141.85 82.74 -
System Red Green Blue C M Y K H S L
Decimal 41 132 129 0.69 0 0.02 0.48 178.02 0.53 0.34
Hex 29 84 81 45 0 2 30 B2 35 22
Octal 51 204 201 105 0 2 60 262 65 42
Binary 101001 10000100 10000001 1000101 0 10 110000 10110010 110101 100010

Color Harmonies of #298481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298481

Black with #298481

Text Example


Text Example

White with #298481

Text Example


Text Example

HTML Codes & Css Web 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>