Html Css Color HEX #28776A Genoa

📋 copy color: '#28776A'

red 40 ◦ green 119 ◦ blue 106

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

Shades of Genoa #28776A

Tints of Genoa #28776A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40%

R = 15.09%
G = 44.91%
B = 40%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#28776A (or 0x28776A) is known color: Genoa. HEX triplet: 28, 77 and 6A. RGB value is (40,119,106). Sum of RGB (Red+Green+Blue) = 40+119+106=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #28776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28776A is #D78895. Grayscale: #5D5D5D. Windows color (decimal): -14125206 or 6977320. OLE color: 6977320.

HSL color Cylindrical-coordinate representation of color #28776A: hue angle of 170.13º 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 #28776A is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 119 106 -
CMYK 0.66 0 0.11 0.53
HSL 170.13º 0.5% 0.31% -
HSV(B) 170.13º 0.66% 0.47% -
XYZ 10.07 14.69 15.94 -
YUV 93.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 40 119 106 0.66 0 0.11 0.53 170.13 0.5 0.31
Hex 28 77 6A 42 0 B 35 AA 32 1F
Octal 50 167 152 102 0 13 65 252 62 37
Binary 101000 1110111 1101010 1000010 0 1011 110101 10101010 110010 11111

Color Harmonies of #28776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28776A

Black with #28776A

Text Example


Text Example

White with #28776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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