Html Css Color HEX #2C8973 Genoa

📋 copy color: '#2C8973'

red 44 ◦ green 137 ◦ blue 115

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

Shades of Genoa #2C8973

Tints of Genoa #2C8973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.28%

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 14.86%
G = 46.28%
B = 38.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#2C8973 (or 0x2C8973) is known color: Genoa. HEX triplet: 2C, 89 and 73. RGB value is (44,137,115). Sum of RGB (Red+Green+Blue) = 44+137+115=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #2C8973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8973 is #D3768C. Grayscale: #6A6A6A. Windows color (decimal): -13858445 or 7571756. OLE color: 7571756.

HSL color Cylindrical-coordinate representation of color #2C8973: hue angle of 165.81º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8973 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 44 137 115 -
CMYK 0.68 0 0.16 0.46
HSL 165.81º 0.51% 0.35% -
HSV(B) 165.81º 0.68% 0.54% -
XYZ 13.08 19.66 19.33 -
YUV 106.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 44 137 115 0.68 0 0.16 0.46 165.81 0.51 0.35
Hex 2C 89 73 44 0 10 2E A6 33 23
Octal 54 211 163 104 0 20 56 246 63 43
Binary 101100 10001001 1110011 1000100 0 10000 101110 10100110 110011 100011

Color Harmonies of #2C8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8973

Black with #2C8973

Text Example


Text Example

White with #2C8973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,137,115); }

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

background-color css

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

 a { background-color: rgb(44,137,115); }

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

border-color css

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

 span { border-color: rgb(44,137,115); }

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