Html Css Color HEX #28816D Genoa

📋 copy color: '#28816D'

red 40 ◦ green 129 ◦ blue 109

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

Shades of Genoa #28816D

Tints of Genoa #28816D

RGB

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

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

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

R = 14.39%
G = 46.4%
B = 39.21%

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

#28816D (or 0x28816D) is known color: Genoa. HEX triplet: 28, 81 and 6D. RGB value is (40,129,109). Sum of RGB (Red+Green+Blue) = 40+129+109=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #28816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28816D is #D77E92. Grayscale: #646464. Windows color (decimal): -14122643 or 7176488. OLE color: 7176488.

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

Color convert

RGB 40 129 109 -
CMYK 0.69 0 0.16 0.49
HSL 166.52º 0.53% 0.33% -
HSV(B) 166.52º 0.69% 0.51% -
XYZ 11.49 17.26 17.19 -
YUV 100.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 40 129 109 0.69 0 0.16 0.49 166.52 0.53 0.33
Hex 28 81 6D 45 0 10 31 A7 35 21
Octal 50 201 155 105 0 20 61 247 65 41
Binary 101000 10000001 1101101 1000101 0 10000 110001 10100111 110101 100001

Color Harmonies of #28816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28816D

Black with #28816D

Text Example


Text Example

White with #28816D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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