Html Css Color HEX #28776C Genoa

📋 copy color: '#28776C'

red 40 ◦ green 119 ◦ blue 108

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

Shades of Genoa #28776C

Tints of Genoa #28776C

RGB

 RED value IS 40 (16.02% from 255) = 14.98%

 GREEN value IS 119 (46.88% from 255) = 44.57%

 BLUE value IS 108 (42.58% from 255) = 40.45%

R = 14.98%
G = 44.57%
B = 40.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#28776C (or 0x28776C) is known color: Genoa. HEX triplet: 28, 77 and 6C. RGB value is (40,119,108). Sum of RGB (Red+Green+Blue) = 40+119+108=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #28776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28776C is #D78893. Grayscale: #5E5E5E. Windows color (decimal): -14125204 or 7108392. OLE color: 7108392.

HSL color Cylindrical-coordinate representation of color #28776C: hue angle of 171.65º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28776C is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 119 108 -
CMYK 0.66 0 0.09 0.53
HSL 171.65º 0.5% 0.31% -
HSV(B) 171.65º 0.66% 0.47% -
XYZ 10.18 14.73 16.49 -
YUV 94.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 40 119 108 0.66 0 0.09 0.53 171.65 0.5 0.31
Hex 28 77 6C 42 0 9 35 AC 32 1F
Octal 50 167 154 102 0 11 65 254 62 37
Binary 101000 1110111 1101100 1000010 0 1001 110101 10101100 110010 11111

Color Harmonies of #28776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28776C

Black with #28776C

Text Example


Text Example

White with #28776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28776C; }

 p { color: rgb(40,119,108); }

 H1.HeaderClassName
 {
   color: #28776C;
 }
 .AnyTagClassName
 {
   color: #28776C;
 }
</style>

background-color css

<style>
 a { background-color: #28776C; }

 a { background-color: rgb(40,119,108); }

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

border-color css

<style>
 span { border-color: #28776C; }

 span { border-color: rgb(40,119,108); }

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