Html Css Color HEX #2C775E Genoa

📋 copy color: '#2C775E'

red 44 ◦ green 119 ◦ blue 94

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

Shades of Genoa #2C775E

Tints of Genoa #2C775E

RGB

 RED value IS 44 (17.58% from 255) = 17.12%

 GREEN value IS 119 (46.88% from 255) = 46.3%

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 17.12%
G = 46.3%
B = 36.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#2C775E (or 0x2C775E) is known color: Genoa. HEX triplet: 2C, 77 and 5E. RGB value is (44,119,94). Sum of RGB (Red+Green+Blue) = 44+119+94=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #2C775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C775E is #D388A1. Grayscale: #5D5D5D. Windows color (decimal): -13863074 or 6190892. OLE color: 6190892.

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

Color convert

RGB 44 119 94 -
CMYK 0.63 0 0.21 0.53
HSL 160º 0.46% 0.32% -
HSV(B) 160º 0.63% 0.47% -
XYZ 9.66 14.54 12.89 -
YUV 93.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 44 119 94 0.63 0 0.21 0.53 160 0.46 0.32
Hex 2C 77 5E 3F 0 15 35 A0 2E 20
Octal 54 167 136 77 0 25 65 240 56 40
Binary 101100 1110111 1011110 111111 0 10101 110101 10100000 101110 100000

Color Harmonies of #2C775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C775E

Black with #2C775E

Text Example


Text Example

White with #2C775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,119,94); }

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

background-color css

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

 a { background-color: rgb(44,119,94); }

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

border-color css

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

 span { border-color: rgb(44,119,94); }

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