Html Css Color HEX #28706A Genoa

📋 copy color: '#28706A'

red 40 ◦ green 112 ◦ blue 106

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

Shades of Genoa #28706A

Tints of Genoa #28706A

RGB

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

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

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

R = 15.5%
G = 43.41%
B = 41.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#28706A (or 0x28706A) is known color: Genoa. HEX triplet: 28, 70 and 6A. RGB value is (40,112,106). Sum of RGB (Red+Green+Blue) = 40+112+106=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #28706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28706A is #D78F95. Grayscale: #595959. Windows color (decimal): -14126998 or 6975528. OLE color: 6975528.

HSL color Cylindrical-coordinate representation of color #28706A: hue angle of 175º 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 #28706A is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 112 106 -
CMYK 0.64 0 0.05 0.56
HSL 175º 0.47% 0.3% -
HSV(B) 175º 0.64% 0.44% -
XYZ 9.27 13.08 15.67 -
YUV 89.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 40 112 106 0.64 0 0.05 0.56 175 0.47 0.3
Hex 28 70 6A 40 0 5 38 AF 2F 1E
Octal 50 160 152 100 0 5 70 257 57 36
Binary 101000 1110000 1101010 1000000 0 101 111000 10101111 101111 11110

Color Harmonies of #28706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28706A

Black with #28706A

Text Example


Text Example

White with #28706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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