Html Css Color HEX #2A7E61 Genoa

📋 copy color: '#2A7E61'

red 42 ◦ green 126 ◦ blue 97

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

Shades of Genoa #2A7E61

Tints of Genoa #2A7E61

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.55%

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 15.85%
G = 47.55%
B = 36.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#2A7E61 (or 0x2A7E61) is known color: Genoa. HEX triplet: 2A, 7E and 61. RGB value is (42,126,97). Sum of RGB (Red+Green+Blue) = 42+126+97=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 126 (49.61% from 255 or 47.55% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 126 - color contains mainly: green. Hex color #2A7E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7E61 is #D5819E. Grayscale: #616161. Windows color (decimal): -13992351 or 6389290. OLE color: 6389290.

HSL color Cylindrical-coordinate representation of color #2A7E61: hue angle of 159.29º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7E61 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 126 97 -
CMYK 0.67 0 0.23 0.51
HSL 159.29º 0.5% 0.33% -
HSV(B) 159.29º 0.67% 0.49% -
XYZ 10.57 16.28 13.89 -
YUV 97.58 127.67 88.36 -
System Red Green Blue C M Y K H S L
Decimal 42 126 97 0.67 0 0.23 0.51 159.29 0.5 0.33
Hex 2A 7E 61 43 0 17 33 9F 32 21
Octal 52 176 141 103 0 27 63 237 62 41
Binary 101010 1111110 1100001 1000011 0 10111 110011 10011111 110010 100001

Color Harmonies of #2A7E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7E61

Black with #2A7E61

Text Example


Text Example

White with #2A7E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,126,97); }

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

background-color css

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

 a { background-color: rgb(42,126,97); }

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

border-color css

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

 span { border-color: rgb(42,126,97); }

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