Html Css Color HEX #28806F Genoa

📋 copy color: '#28806F'

red 40 ◦ green 128 ◦ blue 111

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

Shades of Genoa #28806F

Tints of Genoa #28806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 14.34%
G = 45.88%
B = 39.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#28806F (or 0x28806F) is known color: Genoa. HEX triplet: 28, 80 and 6F. RGB value is (40,128,111). Sum of RGB (Red+Green+Blue) = 40+128+111=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #28806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28806F is #D77F90. Grayscale: #636363. Windows color (decimal): -14122897 or 7307304. OLE color: 7307304.

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

Color convert

RGB 40 128 111 -
CMYK 0.69 0 0.13 0.50
HSL 168.41º 0.52% 0.33% -
HSV(B) 168.41º 0.69% 0.5% -
XYZ 11.46 17.04 17.72 -
YUV 99.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 40 128 111 0.69 0 0.13 0.50 168.41 0.52 0.33
Hex 28 80 6F 45 0 D 32 A8 34 21
Octal 50 200 157 105 0 15 62 250 64 41
Binary 101000 10000000 1101111 1000101 0 1101 110010 10101000 110100 100001

Color Harmonies of #28806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28806F

Black with #28806F

Text Example


Text Example

White with #28806F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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