Html Css Color HEX #287068 Genoa

📋 copy color: '#287068'

red 40 ◦ green 112 ◦ blue 104

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

Shades of Genoa #287068

Tints of Genoa #287068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 15.63%
G = 43.75%
B = 40.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#287068 (or 0x287068) is known color: Genoa. HEX triplet: 28, 70 and 68. RGB value is (40,112,104). Sum of RGB (Red+Green+Blue) = 40+112+104=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #287068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287068 is #D78F97. Grayscale: #595959. Windows color (decimal): -14127000 or 6844456. OLE color: 6844456.

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

Color convert

RGB 40 112 104 -
CMYK 0.64 0 0.07 0.56
HSL 173.33º 0.47% 0.3% -
HSV(B) 173.33º 0.64% 0.44% -
XYZ 9.17 13.04 15.13 -
YUV 89.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 40 112 104 0.64 0 0.07 0.56 173.33 0.47 0.3
Hex 28 70 68 40 0 7 38 AD 2F 1E
Octal 50 160 150 100 0 7 70 255 57 36
Binary 101000 1110000 1101000 1000000 0 111 111000 10101101 101111 11110

Color Harmonies of #287068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287068

Black with #287068

Text Example


Text Example

White with #287068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287068; }

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

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

background-color css

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

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

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

border-color css

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

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

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