Html Css Color HEX #287869 Genoa

📋 copy color: '#287869'

red 40 ◦ green 120 ◦ blue 105

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

Shades of Genoa #287869

Tints of Genoa #287869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.28%

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

R = 15.09%
G = 45.28%
B = 39.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#287869 (or 0x287869) is known color: Genoa. HEX triplet: 28, 78 and 69. RGB value is (40,120,105). Sum of RGB (Red+Green+Blue) = 40+120+105=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #287869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287869 is #D78796. Grayscale: #5E5E5E. Windows color (decimal): -14124951 or 6912040. OLE color: 6912040.

HSL color Cylindrical-coordinate representation of color #287869: hue angle of 168.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287869 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 120 105 -
CMYK 0.67 0 0.13 0.53
HSL 168.75º 0.5% 0.31% -
HSV(B) 168.75º 0.67% 0.47% -
XYZ 10.14 14.9 15.71 -
YUV 94.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 40 120 105 0.67 0 0.13 0.53 168.75 0.5 0.31
Hex 28 78 69 43 0 D 35 A9 32 1F
Octal 50 170 151 103 0 15 65 251 62 37
Binary 101000 1111000 1101001 1000011 0 1101 110101 10101001 110010 11111

Color Harmonies of #287869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287869

Black with #287869

Text Example


Text Example

White with #287869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287869; }

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

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

background-color css

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

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

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

border-color css

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

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

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