Html Css Color HEX #287960 Genoa

📋 copy color: '#287960'

red 40 ◦ green 121 ◦ blue 96

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

Shades of Genoa #287960

Tints of Genoa #287960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 15.56%
G = 47.08%
B = 37.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#287960 (or 0x287960) is known color: Genoa. HEX triplet: 28, 79 and 60. RGB value is (40,121,96). Sum of RGB (Red+Green+Blue) = 40+121+96=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #287960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287960 is #D7869F. Grayscale: #5D5D5D. Windows color (decimal): -14124704 or 6322472. OLE color: 6322472.

HSL color Cylindrical-coordinate representation of color #287960: hue angle of 161.48º 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 #287960 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 121 96 -
CMYK 0.67 0 0.21 0.53
HSL 161.48º 0.5% 0.32% -
HSV(B) 161.48º 0.67% 0.47% -
XYZ 9.82 14.97 13.44 -
YUV 93.93 129.16 89.53 -
System Red Green Blue C M Y K H S L
Decimal 40 121 96 0.67 0 0.21 0.53 161.48 0.5 0.32
Hex 28 79 60 43 0 15 35 A1 32 20
Octal 50 171 140 103 0 25 65 241 62 40
Binary 101000 1111001 1100000 1000011 0 10101 110101 10100001 110010 100000

Color Harmonies of #287960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287960

Black with #287960

Text Example


Text Example

White with #287960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287960; }

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

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

background-color css

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

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

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

border-color css

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

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

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