Html Css Color HEX #2C7263 Genoa

📋 copy color: '#2C7263'

red 44 ◦ green 114 ◦ blue 99

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

Shades of Genoa #2C7263

Tints of Genoa #2C7263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.36%

 BLUE value IS 99 (39.06% from 255) = 38.52%

R = 17.12%
G = 44.36%
B = 38.52%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#2C7263 (or 0x2C7263) is known color: Genoa. HEX triplet: 2C, 72 and 63. RGB value is (44,114,99). Sum of RGB (Red+Green+Blue) = 44+114+99=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7263 is #D38D9C. Grayscale: #5B5B5B. Windows color (decimal): -13864349 or 6517292. OLE color: 6517292.

HSL color Cylindrical-coordinate representation of color #2C7263: hue angle of 167.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C7263 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 114 99 -
CMYK 0.61 0 0.13 0.55
HSL 167.14º 0.44% 0.31% -
HSV(B) 167.14º 0.61% 0.45% -
XYZ 9.31 13.47 13.91 -
YUV 91.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 44 114 99 0.61 0 0.13 0.55 167.14 0.44 0.31
Hex 2C 72 63 3D 0 D 37 A7 2C 1F
Octal 54 162 143 75 0 15 67 247 54 37
Binary 101100 1110010 1100011 111101 0 1101 110111 10100111 101100 11111

Color Harmonies of #2C7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7263

Black with #2C7263

Text Example


Text Example

White with #2C7263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,114,99); }

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

background-color css

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

 a { background-color: rgb(44,114,99); }

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

border-color css

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

 span { border-color: rgb(44,114,99); }

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