Html Css Color HEX #2A7060 Genoa

📋 copy color: '#2A7060'

red 42 ◦ green 112 ◦ blue 96

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

Shades of Genoa #2A7060

Tints of Genoa #2A7060

RGB

 RED value IS 42 (16.8% from 255) = 16.8%

 GREEN value IS 112 (44.14% from 255) = 44.8%

 BLUE value IS 96 (37.89% from 255) = 38.4%

R = 16.8%
G = 44.8%
B = 38.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#2A7060 (or 0x2A7060) is known color: Genoa. HEX triplet: 2A, 70 and 60. RGB value is (42,112,96). Sum of RGB (Red+Green+Blue) = 42+112+96=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7060 is #D58F9F. Grayscale: #595959. Windows color (decimal): -13995936 or 6320170. OLE color: 6320170.

HSL color Cylindrical-coordinate representation of color #2A7060: hue angle of 166.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A7060 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 112 96 -
CMYK 0.62 0 0.14 0.56
HSL 166.29º 0.45% 0.3% -
HSV(B) 166.29º 0.63% 0.44% -
XYZ 8.86 12.93 13.09 -
YUV 89.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 42 112 96 0.62 0 0.14 0.56 166.29 0.45 0.3
Hex 2A 70 60 3E 0 E 38 A6 2D 1E
Octal 52 160 140 76 0 16 70 246 55 36
Binary 101010 1110000 1100000 111110 0 1110 111000 10100110 101101 11110

Color Harmonies of #2A7060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7060

Black with #2A7060

Text Example


Text Example

White with #2A7060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A7060; }

 p { color: rgb(42,112,96); }

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

background-color css

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

 a { background-color: rgb(42,112,96); }

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

border-color css

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

 span { border-color: rgb(42,112,96); }

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