Html Css Color HEX #288070 Genoa

📋 copy color: '#288070'

red 40 ◦ green 128 ◦ blue 112

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

Shades of Genoa #288070

Tints of Genoa #288070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 112 (44.14% from 255) = 40%

R = 14.29%
G = 45.71%
B = 40%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#288070 (or 0x288070) is known color: Genoa. HEX triplet: 28, 80 and 70. RGB value is (40,128,112). Sum of RGB (Red+Green+Blue) = 40+128+112=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #288070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288070 is #D77F8F. Grayscale: #636363. Windows color (decimal): -14122896 or 7372840. OLE color: 7372840.

HSL color Cylindrical-coordinate representation of color #288070: hue angle of 169.09º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288070 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 112 -
CMYK 0.69 0 0.12 0.50
HSL 169.09º 0.52% 0.33% -
HSV(B) 169.09º 0.69% 0.5% -
XYZ 11.52 17.06 18.01 -
YUV 99.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 40 128 112 0.69 0 0.12 0.50 169.09 0.52 0.33
Hex 28 80 70 45 0 C 32 A9 34 21
Octal 50 200 160 105 0 14 62 251 64 41
Binary 101000 10000000 1110000 1000101 0 1100 110010 10101001 110100 100001

Color Harmonies of #288070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288070

Black with #288070

Text Example


Text Example

White with #288070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288070; }

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

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

background-color css

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

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

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

border-color css

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

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

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