Html Css Color HEX #2A786E Genoa

📋 copy color: '#2A786E'

red 42 ◦ green 120 ◦ blue 110

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

Shades of Genoa #2A786E

Tints of Genoa #2A786E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.12%

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 15.44%
G = 44.12%
B = 40.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#2A786E (or 0x2A786E) is known color: Genoa. HEX triplet: 2A, 78 and 6E. RGB value is (42,120,110). Sum of RGB (Red+Green+Blue) = 42+120+110=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #2A786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A786E is #D58791. Grayscale: #5F5F5F. Windows color (decimal): -13993874 or 7239722. OLE color: 7239722.

HSL color Cylindrical-coordinate representation of color #2A786E: hue angle of 172.31º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A786E is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 42 120 110 -
CMYK 0.65 0 0.08 0.53
HSL 172.31º 0.48% 0.32% -
HSV(B) 172.31º 0.65% 0.47% -
XYZ 10.49 15.05 17.1 -
YUV 95.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 42 120 110 0.65 0 0.08 0.53 172.31 0.48 0.32
Hex 2A 78 6E 41 0 8 35 AC 30 20
Octal 52 170 156 101 0 10 65 254 60 40
Binary 101010 1111000 1101110 1000001 0 1000 110101 10101100 110000 100000

Color Harmonies of #2A786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A786E

Black with #2A786E

Text Example


Text Example

White with #2A786E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,120,110); }

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

background-color css

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

 a { background-color: rgb(42,120,110); }

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

border-color css

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

 span { border-color: rgb(42,120,110); }

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