Html Css Color HEX #28806C Genoa

📋 copy color: '#28806C'

red 40 ◦ green 128 ◦ blue 108

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

Shades of Genoa #28806C

Tints of Genoa #28806C

RGB

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

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

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

R = 14.49%
G = 46.38%
B = 39.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#28806C (or 0x28806C) is known color: Genoa. HEX triplet: 28, 80 and 6C. RGB value is (40,128,108). Sum of RGB (Red+Green+Blue) = 40+128+108=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #28806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28806C is #D77F93. Grayscale: #636363. Windows color (decimal): -14122900 or 7110696. OLE color: 7110696.

HSL color Cylindrical-coordinate representation of color #28806C: hue angle of 166.36º 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 #28806C is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 108 -
CMYK 0.69 0 0.16 0.50
HSL 166.36º 0.52% 0.33% -
HSV(B) 166.36º 0.69% 0.5% -
XYZ 11.3 16.97 16.87 -
YUV 99.41 132.85 85.63 -
System Red Green Blue C M Y K H S L
Decimal 40 128 108 0.69 0 0.16 0.50 166.36 0.52 0.33
Hex 28 80 6C 45 0 10 32 A6 34 21
Octal 50 200 154 105 0 20 62 246 64 41
Binary 101000 10000000 1101100 1000101 0 10000 110010 10100110 110100 100001

Color Harmonies of #28806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28806C

Black with #28806C

Text Example


Text Example

White with #28806C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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