Html Css Color HEX #287069 Genoa

📋 copy color: '#287069'

red 40 ◦ green 112 ◦ blue 105

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

Shades of Genoa #287069

Tints of Genoa #287069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.86%

R = 15.56%
G = 43.58%
B = 40.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#287069 (or 0x287069) is known color: Genoa. HEX triplet: 28, 70 and 69. RGB value is (40,112,105). Sum of RGB (Red+Green+Blue) = 40+112+105=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #287069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287069 is #D78F96. Grayscale: #595959. Windows color (decimal): -14126999 or 6909992. OLE color: 6909992.

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

Color convert

RGB 40 112 105 -
CMYK 0.64 0 0.06 0.56
HSL 174.17º 0.47% 0.3% -
HSV(B) 174.17º 0.64% 0.44% -
XYZ 9.22 13.06 15.4 -
YUV 89.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 40 112 105 0.64 0 0.06 0.56 174.17 0.47 0.3
Hex 28 70 69 40 0 6 38 AE 2F 1E
Octal 50 160 151 100 0 6 70 256 57 36
Binary 101000 1110000 1101001 1000000 0 110 111000 10101110 101111 11110

Color Harmonies of #287069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287069

Black with #287069

Text Example


Text Example

White with #287069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287069; }

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

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

background-color css

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

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

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

border-color css

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

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

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