Html Css Color HEX #28826D Genoa

📋 copy color: '#28826D'

red 40 ◦ green 130 ◦ blue 109

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

Shades of Genoa #28826D

Tints of Genoa #28826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 14.34%
G = 46.59%
B = 39.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#28826D (or 0x28826D) is known color: Genoa. HEX triplet: 28, 82 and 6D. RGB value is (40,130,109). Sum of RGB (Red+Green+Blue) = 40+130+109=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #28826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28826D is #D77D92. Grayscale: #646464. Windows color (decimal): -14122387 or 7176744. OLE color: 7176744.

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

Color convert

RGB 40 130 109 -
CMYK 0.69 0 0.16 0.49
HSL 166º 0.53% 0.33% -
HSV(B) 166º 0.69% 0.51% -
XYZ 11.62 17.52 17.24 -
YUV 100.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 40 130 109 0.69 0 0.16 0.49 166 0.53 0.33
Hex 28 82 6D 45 0 10 31 A6 35 21
Octal 50 202 155 105 0 20 61 246 65 41
Binary 101000 10000010 1101101 1000101 0 10000 110001 10100110 110101 100001

Color Harmonies of #28826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28826D

Black with #28826D

Text Example


Text Example

White with #28826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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