Html Css Color HEX #287962 Genoa

📋 copy color: '#287962'

red 40 ◦ green 121 ◦ blue 98

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

Shades of Genoa #287962

Tints of Genoa #287962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 15.44%
G = 46.72%
B = 37.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#287962 (or 0x287962) is known color: Genoa. HEX triplet: 28, 79 and 62. RGB value is (40,121,98). Sum of RGB (Red+Green+Blue) = 40+121+98=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #287962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287962 is #D7869D. Grayscale: #5E5E5E. Windows color (decimal): -14124702 or 6453544. OLE color: 6453544.

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

Color convert

RGB 40 121 98 -
CMYK 0.67 0 0.19 0.53
HSL 162.96º 0.5% 0.32% -
HSV(B) 162.96º 0.67% 0.47% -
XYZ 9.92 15.01 13.93 -
YUV 94.16 130.16 89.37 -
System Red Green Blue C M Y K H S L
Decimal 40 121 98 0.67 0 0.19 0.53 162.96 0.5 0.32
Hex 28 79 62 43 0 13 35 A3 32 20
Octal 50 171 142 103 0 23 65 243 62 40
Binary 101000 1111001 1100010 1000011 0 10011 110101 10100011 110010 100000

Color Harmonies of #287962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287962

Black with #287962

Text Example


Text Example

White with #287962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287962; }

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

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

background-color css

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

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

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

border-color css

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

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

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