Html Css Color HEX #28716B Genoa

📋 copy color: '#28716B'

red 40 ◦ green 113 ◦ blue 107

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

Shades of Genoa #28716B

Tints of Genoa #28716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.46%

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

R = 15.38%
G = 43.46%
B = 41.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#28716B (or 0x28716B) is known color: Genoa. HEX triplet: 28, 71 and 6B. RGB value is (40,113,107). Sum of RGB (Red+Green+Blue) = 40+113+107=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #28716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28716B is #D78E94. Grayscale: #5A5A5A. Windows color (decimal): -14126741 or 7041320. OLE color: 7041320.

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

Color convert

RGB 40 113 107 -
CMYK 0.65 0 0.05 0.56
HSL 175.07º 0.48% 0.3% -
HSV(B) 175.07º 0.65% 0.44% -
XYZ 9.43 13.32 15.98 -
YUV 90.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 40 113 107 0.65 0 0.05 0.56 175.07 0.48 0.3
Hex 28 71 6B 41 0 5 38 AF 30 1E
Octal 50 161 153 101 0 5 70 257 60 36
Binary 101000 1110001 1101011 1000001 0 101 111000 10101111 110000 11110

Color Harmonies of #28716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28716B

Black with #28716B

Text Example


Text Example

White with #28716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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