Html Css Color HEX #287969 Genoa

📋 copy color: '#287969'

red 40 ◦ green 121 ◦ blue 105

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

Shades of Genoa #287969

Tints of Genoa #287969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.49%

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

R = 15.04%
G = 45.49%
B = 39.47%

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

#287969 (or 0x287969) is known color: Genoa. HEX triplet: 28, 79 and 69. RGB value is (40,121,105). Sum of RGB (Red+Green+Blue) = 40+121+105=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #287969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287969 is #D78696. Grayscale: #5E5E5E. Windows color (decimal): -14124695 or 6912296. OLE color: 6912296.

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

Color convert

RGB 40 121 105 -
CMYK 0.67 0 0.13 0.53
HSL 168.15º 0.5% 0.32% -
HSV(B) 168.15º 0.67% 0.47% -
XYZ 10.26 15.15 15.75 -
YUV 94.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 40 121 105 0.67 0 0.13 0.53 168.15 0.5 0.32
Hex 28 79 69 43 0 D 35 A8 32 20
Octal 50 171 151 103 0 15 65 250 62 40
Binary 101000 1111001 1101001 1000011 0 1101 110101 10101000 110010 100000

Color Harmonies of #287969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287969

Black with #287969

Text Example


Text Example

White with #287969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287969; }

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

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

background-color css

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

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

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

border-color css

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

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

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