Html Css Color HEX #2C8875 Genoa

📋 copy color: '#2C8875'

red 44 ◦ green 136 ◦ blue 117

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

Shades of Genoa #2C8875

Tints of Genoa #2C8875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.79%

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 14.81%
G = 45.79%
B = 39.39%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#2C8875 (or 0x2C8875) is known color: Genoa. HEX triplet: 2C, 88 and 75. RGB value is (44,136,117). Sum of RGB (Red+Green+Blue) = 44+136+117=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #2C8875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8875 is #D3778A. Grayscale: #6A6A6A. Windows color (decimal): -13858699 or 7702572. OLE color: 7702572.

HSL color Cylindrical-coordinate representation of color #2C8875: hue angle of 167.61º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8875 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 44 136 117 -
CMYK 0.68 0 0.14 0.47
HSL 167.61º 0.51% 0.35% -
HSV(B) 167.61º 0.68% 0.53% -
XYZ 13.05 19.43 19.89 -
YUV 106.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 44 136 117 0.68 0 0.14 0.47 167.61 0.51 0.35
Hex 2C 88 75 44 0 E 2F A8 33 23
Octal 54 210 165 104 0 16 57 250 63 43
Binary 101100 10001000 1110101 1000100 0 1110 101111 10101000 110011 100011

Color Harmonies of #2C8875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8875

Black with #2C8875

Text Example


Text Example

White with #2C8875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,136,117); }

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

background-color css

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

 a { background-color: rgb(44,136,117); }

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

border-color css

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

 span { border-color: rgb(44,136,117); }

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