Html Css Color HEX #28786C Genoa

📋 copy color: '#28786C'

red 40 ◦ green 120 ◦ blue 108

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

Shades of Genoa #28786C

Tints of Genoa #28786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.78%

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

R = 14.93%
G = 44.78%
B = 40.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#28786C (or 0x28786C) is known color: Genoa. HEX triplet: 28, 78 and 6C. RGB value is (40,120,108). Sum of RGB (Red+Green+Blue) = 40+120+108=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #28786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28786C is #D78793. Grayscale: #5E5E5E. Windows color (decimal): -14124948 or 7108648. OLE color: 7108648.

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

Color convert

RGB 40 120 108 -
CMYK 0.67 0 0.10 0.53
HSL 171º 0.5% 0.31% -
HSV(B) 171º 0.67% 0.47% -
XYZ 10.3 14.97 16.53 -
YUV 94.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 40 120 108 0.67 0 0.10 0.53 171 0.5 0.31
Hex 28 78 6C 43 0 A 35 AB 32 1F
Octal 50 170 154 103 0 12 65 253 62 37
Binary 101000 1111000 1101100 1000011 0 1010 110101 10101011 110010 11111

Color Harmonies of #28786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28786C

Black with #28786C

Text Example


Text Example

White with #28786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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