Html Css Color HEX #28736A Genoa

📋 copy color: '#28736A'

red 40 ◦ green 115 ◦ blue 106

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

Shades of Genoa #28736A

Tints of Genoa #28736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.06%

 BLUE value IS 106 (41.8% from 255) = 40.61%

R = 15.33%
G = 44.06%
B = 40.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#28736A (or 0x28736A) is known color: Genoa. HEX triplet: 28, 73 and 6A. RGB value is (40,115,106). Sum of RGB (Red+Green+Blue) = 40+115+106=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #28736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28736A is #D78C95. Grayscale: #5B5B5B. Windows color (decimal): -14126230 or 6976296. OLE color: 6976296.

HSL color Cylindrical-coordinate representation of color #28736A: hue angle of 172.8º 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 #28736A is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 115 106 -
CMYK 0.65 0 0.08 0.55
HSL 172.8º 0.48% 0.3% -
HSV(B) 172.8º 0.65% 0.45% -
XYZ 9.61 13.75 15.78 -
YUV 91.55 136.15 91.23 -
System Red Green Blue C M Y K H S L
Decimal 40 115 106 0.65 0 0.08 0.55 172.8 0.48 0.3
Hex 28 73 6A 41 0 8 37 AD 30 1E
Octal 50 163 152 101 0 10 67 255 60 36
Binary 101000 1110011 1101010 1000001 0 1000 110111 10101101 110000 11110

Color Harmonies of #28736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28736A

Black with #28736A

Text Example


Text Example

White with #28736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28736A; }

 p { color: rgb(40,115,106); }

 H1.HeaderClassName
 {
   color: #28736A;
 }
 .AnyTagClassName
 {
   color: #28736A;
 }
</style>

background-color css

<style>
 a { background-color: #28736A; }

 a { background-color: rgb(40,115,106); }

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

border-color css

<style>
 span { border-color: #28736A; }

 span { border-color: rgb(40,115,106); }

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