Html Css Color HEX #2C7D6A Genoa

📋 copy color: '#2C7D6A'

red 44 ◦ green 125 ◦ blue 106

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

Shades of Genoa #2C7D6A

Tints of Genoa #2C7D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 16%
G = 45.45%
B = 38.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#2C7D6A (or 0x2C7D6A) is known color: Genoa. HEX triplet: 2C, 7D and 6A. RGB value is (44,125,106). Sum of RGB (Red+Green+Blue) = 44+125+106=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7D6A is #D38295. Grayscale: #626262. Windows color (decimal): -13861526 or 6978860. OLE color: 6978860.

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

Color convert

RGB 44 125 106 -
CMYK 0.65 0 0.15 0.51
HSL 165.93º 0.48% 0.33% -
HSV(B) 165.93º 0.65% 0.49% -
XYZ 10.97 16.24 16.19 -
YUV 98.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 44 125 106 0.65 0 0.15 0.51 165.93 0.48 0.33
Hex 2C 7D 6A 41 0 F 33 A6 30 21
Octal 54 175 152 101 0 17 63 246 60 41
Binary 101100 1111101 1101010 1000001 0 1111 110011 10100110 110000 100001

Color Harmonies of #2C7D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7D6A

Black with #2C7D6A

Text Example


Text Example

White with #2C7D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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