Html Css Color HEX #2C7E6D Genoa

📋 copy color: '#2C7E6D'

red 44 ◦ green 126 ◦ blue 109

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

Shades of Genoa #2C7E6D

Tints of Genoa #2C7E6D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.16%

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 15.77%
G = 45.16%
B = 39.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#2C7E6D (or 0x2C7E6D) is known color: Genoa. HEX triplet: 2C, 7E and 6D. RGB value is (44,126,109). Sum of RGB (Red+Green+Blue) = 44+126+109=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 126 - color contains mainly: green. Hex color #2C7E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7E6D is #D38192. Grayscale: #636363. Windows color (decimal): -13861267 or 7175724. OLE color: 7175724.

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

Color convert

RGB 44 126 109 -
CMYK 0.65 0 0.13 0.51
HSL 167.56º 0.48% 0.33% -
HSV(B) 167.56º 0.65% 0.49% -
XYZ 11.26 16.56 17.07 -
YUV 99.54 133.33 88.38 -
System Red Green Blue C M Y K H S L
Decimal 44 126 109 0.65 0 0.13 0.51 167.56 0.48 0.33
Hex 2C 7E 6D 41 0 D 33 A8 30 21
Octal 54 176 155 101 0 15 63 250 60 41
Binary 101100 1111110 1101101 1000001 0 1101 110011 10101000 110000 100001

Color Harmonies of #2C7E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7E6D

Black with #2C7E6D

Text Example


Text Example

White with #2C7E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,126,109); }

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

background-color css

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

 a { background-color: rgb(44,126,109); }

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

border-color css

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

 span { border-color: rgb(44,126,109); }

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