Html Css Color HEX #2A7965 Genoa

📋 copy color: '#2A7965'

red 42 ◦ green 121 ◦ blue 101

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

Shades of Genoa #2A7965

Tints of Genoa #2A7965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.83%

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 15.91%
G = 45.83%
B = 38.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#2A7965 (or 0x2A7965) is known color: Genoa. HEX triplet: 2A, 79 and 65. RGB value is (42,121,101). Sum of RGB (Red+Green+Blue) = 42+121+101=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #2A7965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7965 is #D5869A. Grayscale: #5F5F5F. Windows color (decimal): -13993627 or 6650154. OLE color: 6650154.

HSL color Cylindrical-coordinate representation of color #2A7965: hue angle of 164.81º 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 #2A7965 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 42 121 101 -
CMYK 0.65 0 0.17 0.53
HSL 164.81º 0.48% 0.32% -
HSV(B) 164.81º 0.65% 0.47% -
XYZ 10.14 15.11 14.69 -
YUV 95.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 42 121 101 0.65 0 0.17 0.53 164.81 0.48 0.32
Hex 2A 79 65 41 0 11 35 A5 30 20
Octal 52 171 145 101 0 21 65 245 60 40
Binary 101010 1111001 1100101 1000001 0 10001 110101 10100101 110000 100000

Color Harmonies of #2A7965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7965

Black with #2A7965

Text Example


Text Example

White with #2A7965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,121,101); }

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

background-color css

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

 a { background-color: rgb(42,121,101); }

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

border-color css

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

 span { border-color: rgb(42,121,101); }

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