Html Css Color HEX #2C7C61 Genoa

📋 copy color: '#2C7C61'

red 44 ◦ green 124 ◦ blue 97

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

Shades of Genoa #2C7C61

Tints of Genoa #2C7C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.79%

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 16.6%
G = 46.79%
B = 36.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#2C7C61 (or 0x2C7C61) is known color: Genoa. HEX triplet: 2C, 7C and 61. RGB value is (44,124,97). Sum of RGB (Red+Green+Blue) = 44+124+97=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #2C7C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7C61 is #D3839E. Grayscale: #616161. Windows color (decimal): -13861791 or 6388780. OLE color: 6388780.

HSL color Cylindrical-coordinate representation of color #2C7C61: hue angle of 159.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7C61 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 124 97 -
CMYK 0.65 0 0.22 0.51
HSL 159.75º 0.48% 0.33% -
HSV(B) 159.75º 0.65% 0.49% -
XYZ 10.4 15.81 13.81 -
YUV 97 128 90.2 -
System Red Green Blue C M Y K H S L
Decimal 44 124 97 0.65 0 0.22 0.51 159.75 0.48 0.33
Hex 2C 7C 61 41 0 16 33 A0 30 21
Octal 54 174 141 101 0 26 63 240 60 41
Binary 101100 1111100 1100001 1000001 0 10110 110011 10100000 110000 100001

Color Harmonies of #2C7C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7C61

Black with #2C7C61

Text Example


Text Example

White with #2C7C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,124,97); }

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

background-color css

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

 a { background-color: rgb(44,124,97); }

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

border-color css

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

 span { border-color: rgb(44,124,97); }

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