Html Css Color HEX #297575 Atoll

📋 copy color: '#297575'

red 41 ◦ green 117 ◦ blue 117

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

Shades of Atoll #297575

Tints of Atoll #297575

RGB

 RED value IS 41 (16.41% from 255) = 14.91%

 GREEN value IS 117 (46.09% from 255) = 42.55%

 BLUE value IS 117 (46.09% from 255) = 42.55%

R = 14.91%
G = 42.55%
B = 42.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#297575 (or 0x297575) is known color: Atoll. HEX triplet: 29, 75 and 75. RGB value is (41,117,117). Sum of RGB (Red+Green+Blue) = 41+117+117=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #297575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297575 is #D68A8A. Grayscale: #5E5E5E. Windows color (decimal): -14060171 or 7697705. OLE color: 7697705.

HSL color Cylindrical-coordinate representation of color #297575: hue angle of 180º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297575 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 117 -
CMYK 0.65 0 0 0.54
HSL 180º 0.48% 0.31% -
HSV(B) 180º 0.65% 0.46% -
XYZ 10.49 14.48 19.07 -
YUV 94.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 41 117 117 0.65 0 0 0.54 180 0.48 0.31
Hex 29 75 75 41 0 0 36 B4 30 1F
Octal 51 165 165 101 0 0 66 264 60 37
Binary 101001 1110101 1110101 1000001 0 0 110110 10110100 110000 11111

Color Harmonies of #297575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297575

Black with #297575

Text Example


Text Example

White with #297575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297575; }

 p { color: rgb(41,117,117); }

 H1.HeaderClassName
 {
   color: #297575;
 }
 .AnyTagClassName
 {
   color: #297575;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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