Html Css Color HEX #2C6E69 Genoa

📋 copy color: '#2C6E69'

red 44 ◦ green 110 ◦ blue 105

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

Shades of Genoa #2C6E69

Tints of Genoa #2C6E69

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.47%

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 16.99%
G = 42.47%
B = 40.54%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#2C6E69 (or 0x2C6E69) is known color: Genoa. HEX triplet: 2C, 6E and 69. RGB value is (44,110,105). Sum of RGB (Red+Green+Blue) = 44+110+105=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 110 - color contains mainly: green. Hex color #2C6E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6E69 is #D39196. Grayscale: #595959. Windows color (decimal): -13865367 or 6909484. OLE color: 6909484.

HSL color Cylindrical-coordinate representation of color #2C6E69: hue angle of 175.45º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C6E69 is Cyan = 0.6, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 44 110 105 -
CMYK 0.6 0 0.05 0.57
HSL 175.45º 0.43% 0.3% -
HSV(B) 175.45º 0.6% 0.43% -
XYZ 9.16 12.71 15.33 -
YUV 89.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 44 110 105 0.6 0 0.05 0.57 175.45 0.43 0.3
Hex 2C 6E 69 3C 0 5 39 AF 2B 1E
Octal 54 156 151 74 0 5 71 257 53 36
Binary 101100 1101110 1101001 111100 0 101 111001 10101111 101011 11110

Color Harmonies of #2C6E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6E69

Black with #2C6E69

Text Example


Text Example

White with #2C6E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,110,105); }

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

background-color css

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

 a { background-color: rgb(44,110,105); }

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

border-color css

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

 span { border-color: rgb(44,110,105); }

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