Html Css Color HEX #28736B Genoa

📋 copy color: '#28736B'

red 40 ◦ green 115 ◦ blue 107

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

Shades of Genoa #28736B

Tints of Genoa #28736B

RGB

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

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

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

R = 15.27%
G = 43.89%
B = 40.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#28736B (or 0x28736B) is known color: Genoa. HEX triplet: 28, 73 and 6B. RGB value is (40,115,107). Sum of RGB (Red+Green+Blue) = 40+115+107=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #28736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28736B is #D78C94. Grayscale: #5B5B5B. Windows color (decimal): -14126229 or 7041832. OLE color: 7041832.

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

Color convert

RGB 40 115 107 -
CMYK 0.65 0 0.07 0.55
HSL 173.6º 0.48% 0.3% -
HSV(B) 173.6º 0.65% 0.45% -
XYZ 9.66 13.77 16.06 -
YUV 91.66 136.65 91.15 -
System Red Green Blue C M Y K H S L
Decimal 40 115 107 0.65 0 0.07 0.55 173.6 0.48 0.3
Hex 28 73 6B 41 0 7 37 AE 30 1E
Octal 50 163 153 101 0 7 67 256 60 36
Binary 101000 1110011 1101011 1000001 0 111 110111 10101110 110000 11110

Color Harmonies of #28736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28736B

Black with #28736B

Text Example


Text Example

White with #28736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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