Html Css Color HEX #2A6E62 Genoa

📋 copy color: '#2A6E62'

red 42 ◦ green 110 ◦ blue 98

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

Shades of Genoa #2A6E62

Tints of Genoa #2A6E62

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44%

 BLUE value IS 98 (38.67% from 255) = 39.2%

R = 16.8%
G = 44%
B = 39.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#2A6E62 (or 0x2A6E62) is known color: Genoa. HEX triplet: 2A, 6E and 62. RGB value is (42,110,98). Sum of RGB (Red+Green+Blue) = 42+110+98=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #2A6E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6E62 is #D5919D. Grayscale: #585858. Windows color (decimal): -13996446 or 6450730. OLE color: 6450730.

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

Color convert

RGB 42 110 98 -
CMYK 0.62 0 0.11 0.57
HSL 169.41º 0.45% 0.3% -
HSV(B) 169.41º 0.62% 0.43% -
XYZ 8.74 12.53 13.51 -
YUV 88.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 42 110 98 0.62 0 0.11 0.57 169.41 0.45 0.3
Hex 2A 6E 62 3E 0 B 39 A9 2D 1E
Octal 52 156 142 76 0 13 71 251 55 36
Binary 101010 1101110 1100010 111110 0 1011 111001 10101001 101101 11110

Color Harmonies of #2A6E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6E62

Black with #2A6E62

Text Example


Text Example

White with #2A6E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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