Html Css Color HEX #28826C Genoa

📋 copy color: '#28826C'

red 40 ◦ green 130 ◦ blue 108

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

Shades of Genoa #28826C

Tints of Genoa #28826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.76%

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

R = 14.39%
G = 46.76%
B = 38.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#28826C (or 0x28826C) is known color: Genoa. HEX triplet: 28, 82 and 6C. RGB value is (40,130,108). Sum of RGB (Red+Green+Blue) = 40+130+108=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #28826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28826C is #D77D93. Grayscale: #646464. Windows color (decimal): -14122388 or 7111208. OLE color: 7111208.

HSL color Cylindrical-coordinate representation of color #28826C: hue angle of 165.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28826C is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 130 108 -
CMYK 0.69 0 0.17 0.49
HSL 165.33º 0.53% 0.33% -
HSV(B) 165.33º 0.69% 0.51% -
XYZ 11.56 17.5 16.96 -
YUV 100.58 132.18 84.79 -
System Red Green Blue C M Y K H S L
Decimal 40 130 108 0.69 0 0.17 0.49 165.33 0.53 0.33
Hex 28 82 6C 45 0 11 31 A5 35 21
Octal 50 202 154 105 0 21 61 245 65 41
Binary 101000 10000010 1101100 1000101 0 10001 110001 10100101 110101 100001

Color Harmonies of #28826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28826C

Black with #28826C

Text Example


Text Example

White with #28826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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