Html Css Color HEX #297474 Atoll

📋 copy color: '#297474'

red 41 ◦ green 116 ◦ blue 116

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

Shades of Atoll #297474

Tints of Atoll #297474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.49%

 BLUE value IS 116 (45.7% from 255) = 42.49%

R = 15.02%
G = 42.49%
B = 42.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#297474 (or 0x297474) is known color: Atoll. HEX triplet: 29, 74 and 74. RGB value is (41,116,116). Sum of RGB (Red+Green+Blue) = 41+116+116=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #297474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297474 is #D68B8B. Grayscale: #5D5D5D. Windows color (decimal): -14060428 or 7631913. OLE color: 7631913.

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

Color convert

RGB 41 116 116 -
CMYK 0.65 0 0 0.55
HSL 180º 0.48% 0.31% -
HSV(B) 180º 0.65% 0.45% -
XYZ 10.31 14.22 18.72 -
YUV 93.58 140.65 90.5 -
System Red Green Blue C M Y K H S L
Decimal 41 116 116 0.65 0 0 0.55 180 0.48 0.31
Hex 29 74 74 41 0 0 37 B4 30 1F
Octal 51 164 164 101 0 0 67 264 60 37
Binary 101001 1110100 1110100 1000001 0 0 110111 10110100 110000 11111

Color Harmonies of #297474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297474

Black with #297474

Text Example


Text Example

White with #297474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297474; }

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

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

background-color css

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

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

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

border-color css

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

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

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