Html Css Color HEX #2C775D Genoa

📋 copy color: '#2C775D'

red 44 ◦ green 119 ◦ blue 93

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

Shades of Genoa #2C775D

Tints of Genoa #2C775D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 17.19%
G = 46.48%
B = 36.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#2C775D (or 0x2C775D) is known color: Genoa. HEX triplet: 2C, 77 and 5D. RGB value is (44,119,93). Sum of RGB (Red+Green+Blue) = 44+119+93=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #2C775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C775D is #D388A2. Grayscale: #5D5D5D. Windows color (decimal): -13863075 or 6125356. OLE color: 6125356.

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

Color convert

RGB 44 119 93 -
CMYK 0.63 0 0.22 0.53
HSL 159.2º 0.46% 0.32% -
HSV(B) 159.2º 0.63% 0.47% -
XYZ 9.61 14.52 12.65 -
YUV 93.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 44 119 93 0.63 0 0.22 0.53 159.2 0.46 0.32
Hex 2C 77 5D 3F 0 16 35 9F 2E 20
Octal 54 167 135 77 0 26 65 237 56 40
Binary 101100 1110111 1011101 111111 0 10110 110101 10011111 101110 100000

Color Harmonies of #2C775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C775D

Black with #2C775D

Text Example


Text Example

White with #2C775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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