Html Css Color HEX #28806A Genoa

📋 copy color: '#28806A'

red 40 ◦ green 128 ◦ blue 106

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

Shades of Genoa #28806A

Tints of Genoa #28806A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.72%

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

R = 14.6%
G = 46.72%
B = 38.69%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#28806A (or 0x28806A) is known color: Genoa. HEX triplet: 28, 80 and 6A. RGB value is (40,128,106). Sum of RGB (Red+Green+Blue) = 40+128+106=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #28806A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28806A is #D77F95. Grayscale: #636363. Windows color (decimal): -14122902 or 6979624. OLE color: 6979624.

HSL color Cylindrical-coordinate representation of color #28806A: hue angle of 165º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28806A is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 106 -
CMYK 0.69 0 0.17 0.50
HSL 165º 0.52% 0.33% -
HSV(B) 165º 0.69% 0.5% -
XYZ 11.2 16.93 16.31 -
YUV 99.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 40 128 106 0.69 0 0.17 0.50 165 0.52 0.33
Hex 28 80 6A 45 0 11 32 A5 34 21
Octal 50 200 152 105 0 21 62 245 64 41
Binary 101000 10000000 1101010 1000101 0 10001 110010 10100101 110100 100001

Color Harmonies of #28806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28806A

Black with #28806A

Text Example


Text Example

White with #28806A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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