Html Css Color HEX #28726B Genoa

📋 copy color: '#28726B'

red 40 ◦ green 114 ◦ blue 107

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

Shades of Genoa #28726B

Tints of Genoa #28726B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.68%

 BLUE value IS 107 (42.19% from 255) = 41%

R = 15.33%
G = 43.68%
B = 41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#28726B (or 0x28726B) is known color: Genoa. HEX triplet: 28, 72 and 6B. RGB value is (40,114,107). Sum of RGB (Red+Green+Blue) = 40+114+107=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #28726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28726B is #D78D94. Grayscale: #5B5B5B. Windows color (decimal): -14126485 or 7041576. OLE color: 7041576.

HSL color Cylindrical-coordinate representation of color #28726B: hue angle of 174.32º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28726B is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 114 107 -
CMYK 0.65 0 0.06 0.55
HSL 174.32º 0.48% 0.3% -
HSV(B) 174.32º 0.65% 0.45% -
XYZ 9.55 13.55 16.02 -
YUV 91.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 40 114 107 0.65 0 0.06 0.55 174.32 0.48 0.3
Hex 28 72 6B 41 0 6 37 AE 30 1E
Octal 50 162 153 101 0 6 67 256 60 36
Binary 101000 1110010 1101011 1000001 0 110 110111 10101110 110000 11110

Color Harmonies of #28726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28726B

Black with #28726B

Text Example


Text Example

White with #28726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28726B; }

 p { color: rgb(40,114,107); }

 H1.HeaderClassName
 {
   color: #28726B;
 }
 .AnyTagClassName
 {
   color: #28726B;
 }
</style>

background-color css

<style>
 a { background-color: #28726B; }

 a { background-color: rgb(40,114,107); }

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

border-color css

<style>
 span { border-color: #28726B; }

 span { border-color: rgb(40,114,107); }

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