Html Css Color HEX #2C8063 Genoa

📋 copy color: '#2C8063'

red 44 ◦ green 128 ◦ blue 99

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

Shades of Genoa #2C8063

Tints of Genoa #2C8063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.23%

 BLUE value IS 99 (39.06% from 255) = 36.53%

R = 16.24%
G = 47.23%
B = 36.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#2C8063 (or 0x2C8063) is known color: Genoa. HEX triplet: 2C, 80 and 63. RGB value is (44,128,99). Sum of RGB (Red+Green+Blue) = 44+128+99=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #2C8063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8063 is #D37F9C. Grayscale: #636363. Windows color (decimal): -13860765 or 6520876. OLE color: 6520876.

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

Color convert

RGB 44 128 99 -
CMYK 0.66 0 0.23 0.50
HSL 159.29º 0.49% 0.34% -
HSV(B) 159.29º 0.66% 0.5% -
XYZ 11.01 16.87 14.48 -
YUV 99.58 127.67 88.36 -
System Red Green Blue C M Y K H S L
Decimal 44 128 99 0.66 0 0.23 0.50 159.29 0.49 0.34
Hex 2C 80 63 42 0 17 32 9F 31 22
Octal 54 200 143 102 0 27 62 237 61 42
Binary 101100 10000000 1100011 1000010 0 10111 110010 10011111 110001 100010

Color Harmonies of #2C8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8063

Black with #2C8063

Text Example


Text Example

White with #2C8063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,128,99); }

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

background-color css

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

 a { background-color: rgb(44,128,99); }

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

border-color css

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

 span { border-color: rgb(44,128,99); }

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