Html Css Color HEX #2C8570 Genoa

📋 copy color: '#2C8570'

red 44 ◦ green 133 ◦ blue 112

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

Shades of Genoa #2C8570

Tints of Genoa #2C8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.02%

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 15.22%
G = 46.02%
B = 38.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#2C8570 (or 0x2C8570) is known color: Genoa. HEX triplet: 2C, 85 and 70. RGB value is (44,133,112). Sum of RGB (Red+Green+Blue) = 44+133+112=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8570 is #D37A8F. Grayscale: #676767. Windows color (decimal): -13859472 or 7374124. OLE color: 7374124.

HSL color Cylindrical-coordinate representation of color #2C8570: hue angle of 165.84º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8570 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 44 133 112 -
CMYK 0.67 0 0.16 0.48
HSL 165.84º 0.5% 0.35% -
HSV(B) 165.84º 0.67% 0.52% -
XYZ 12.35 18.48 18.25 -
YUV 104 132.51 85.21 -
System Red Green Blue C M Y K H S L
Decimal 44 133 112 0.67 0 0.16 0.48 165.84 0.5 0.35
Hex 2C 85 70 43 0 10 30 A6 32 23
Octal 54 205 160 103 0 20 60 246 62 43
Binary 101100 10000101 1110000 1000011 0 10000 110000 10100110 110010 100011

Color Harmonies of #2C8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8570

Black with #2C8570

Text Example


Text Example

White with #2C8570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,133,112); }

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

background-color css

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

 a { background-color: rgb(44,133,112); }

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

border-color css

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

 span { border-color: rgb(44,133,112); }

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