Html Css Color HEX #2C7D61 Genoa

📋 copy color: '#2C7D61'

red 44 ◦ green 125 ◦ blue 97

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

Shades of Genoa #2C7D61

Tints of Genoa #2C7D61

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.99%

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

R = 16.54%
G = 46.99%
B = 36.47%

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

#2C7D61 (or 0x2C7D61) is known color: Genoa. HEX triplet: 2C, 7D and 61. RGB value is (44,125,97). Sum of RGB (Red+Green+Blue) = 44+125+97=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7D61 is #D3829E. Grayscale: #616161. Windows color (decimal): -13861535 or 6389036. OLE color: 6389036.

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

Color convert

RGB 44 125 97 -
CMYK 0.65 0 0.22 0.51
HSL 159.26º 0.48% 0.33% -
HSV(B) 159.26º 0.65% 0.49% -
XYZ 10.53 16.07 13.86 -
YUV 97.59 127.66 89.78 -
System Red Green Blue C M Y K H S L
Decimal 44 125 97 0.65 0 0.22 0.51 159.26 0.48 0.33
Hex 2C 7D 61 41 0 16 33 9F 30 21
Octal 54 175 141 101 0 26 63 237 60 41
Binary 101100 1111101 1100001 1000001 0 10110 110011 10011111 110000 100001

Color Harmonies of #2C7D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7D61

Black with #2C7D61

Text Example


Text Example

White with #2C7D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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