Html Css Color HEX #2A785C Genoa

📋 copy color: '#2A785C'

red 42 ◦ green 120 ◦ blue 92

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

Shades of Genoa #2A785C

Tints of Genoa #2A785C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 16.54%
G = 47.24%
B = 36.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#2A785C (or 0x2A785C) is known color: Genoa. HEX triplet: 2A, 78 and 5C. RGB value is (42,120,92). Sum of RGB (Red+Green+Blue) = 42+120+92=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #2A785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A785C is #D587A3. Grayscale: #5D5D5D. Windows color (decimal): -13993892 or 6060074. OLE color: 6060074.

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

Color convert

RGB 42 120 92 -
CMYK 0.65 0 0.23 0.53
HSL 158.46º 0.48% 0.32% -
HSV(B) 158.46º 0.65% 0.47% -
XYZ 9.6 14.7 12.46 -
YUV 93.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 42 120 92 0.65 0 0.23 0.53 158.46 0.48 0.32
Hex 2A 78 5C 41 0 17 35 9E 30 20
Octal 52 170 134 101 0 27 65 236 60 40
Binary 101010 1111000 1011100 1000001 0 10111 110101 10011110 110000 100000

Color Harmonies of #2A785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A785C

Black with #2A785C

Text Example


Text Example

White with #2A785C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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