Html Css Color HEX #28816E Genoa

📋 copy color: '#28816E'

red 40 ◦ green 129 ◦ blue 110

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

Shades of Genoa #28816E

Tints of Genoa #28816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.24%

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 14.34%
G = 46.24%
B = 39.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#28816E (or 0x28816E) is known color: Genoa. HEX triplet: 28, 81 and 6E. RGB value is (40,129,110). Sum of RGB (Red+Green+Blue) = 40+129+110=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #28816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28816E is #D77E91. Grayscale: #646464. Windows color (decimal): -14122642 or 7242024. OLE color: 7242024.

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

Color convert

RGB 40 129 110 -
CMYK 0.69 0 0.15 0.49
HSL 167.19º 0.53% 0.33% -
HSV(B) 167.19º 0.69% 0.51% -
XYZ 11.54 17.28 17.48 -
YUV 100.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 40 129 110 0.69 0 0.15 0.49 167.19 0.53 0.33
Hex 28 81 6E 45 0 F 31 A7 35 21
Octal 50 201 156 105 0 17 61 247 65 41
Binary 101000 10000001 1101110 1000101 0 1111 110001 10100111 110101 100001

Color Harmonies of #28816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28816E

Black with #28816E

Text Example


Text Example

White with #28816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28816E; }

 p { color: rgb(40,129,110); }

 H1.HeaderClassName
 {
   color: #28816E;
 }
 .AnyTagClassName
 {
   color: #28816E;
 }
</style>

background-color css

<style>
 a { background-color: #28816E; }

 a { background-color: rgb(40,129,110); }

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

border-color css

<style>
 span { border-color: #28816E; }

 span { border-color: rgb(40,129,110); }

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