Html Css Color HEX #28706B Genoa

📋 copy color: '#28706B'

red 40 ◦ green 112 ◦ blue 107

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

Shades of Genoa #28706B

Tints of Genoa #28706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.24%

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

R = 15.44%
G = 43.24%
B = 41.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#28706B (or 0x28706B) is known color: Genoa. HEX triplet: 28, 70 and 6B. RGB value is (40,112,107). Sum of RGB (Red+Green+Blue) = 40+112+107=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #28706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28706B is #D78F94. Grayscale: #595959. Windows color (decimal): -14126997 or 7041064. OLE color: 7041064.

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

Color convert

RGB 40 112 107 -
CMYK 0.64 0 0.04 0.56
HSL 175.83º 0.47% 0.3% -
HSV(B) 175.83º 0.64% 0.44% -
XYZ 9.32 13.1 15.95 -
YUV 89.9 137.65 92.41 -
System Red Green Blue C M Y K H S L
Decimal 40 112 107 0.64 0 0.04 0.56 175.83 0.47 0.3
Hex 28 70 6B 40 0 4 38 B0 2F 1E
Octal 50 160 153 100 0 4 70 260 57 36
Binary 101000 1110000 1101011 1000000 0 100 111000 10110000 101111 11110

Color Harmonies of #28706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28706B

Black with #28706B

Text Example


Text Example

White with #28706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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