Html Css Color HEX #2C8974 Genoa

📋 copy color: '#2C8974'

red 44 ◦ green 137 ◦ blue 116

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

Shades of Genoa #2C8974

Tints of Genoa #2C8974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 14.81%
G = 46.13%
B = 39.06%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#2C8974 (or 0x2C8974) is known color: Genoa. HEX triplet: 2C, 89 and 74. RGB value is (44,137,116). Sum of RGB (Red+Green+Blue) = 44+137+116=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #2C8974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8974 is #D3768B. Grayscale: #6A6A6A. Windows color (decimal): -13858444 or 7637292. OLE color: 7637292.

HSL color Cylindrical-coordinate representation of color #2C8974: hue angle of 166.45º 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 #2C8974 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 44 137 116 -
CMYK 0.68 0 0.15 0.46
HSL 166.45º 0.51% 0.35% -
HSV(B) 166.45º 0.68% 0.54% -
XYZ 13.14 19.69 19.63 -
YUV 106.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 44 137 116 0.68 0 0.15 0.46 166.45 0.51 0.35
Hex 2C 89 74 44 0 F 2E A6 33 23
Octal 54 211 164 104 0 17 56 246 63 43
Binary 101100 10001001 1110100 1000100 0 1111 101110 10100110 110011 100011

Color Harmonies of #2C8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8974

Black with #2C8974

Text Example


Text Example

White with #2C8974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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