Html Css Color HEX #287462 Genoa

📋 copy color: '#287462'

red 40 ◦ green 116 ◦ blue 98

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

Shades of Genoa #287462

Tints of Genoa #287462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

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

R = 15.75%
G = 45.67%
B = 38.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#287462 (or 0x287462) is known color: Genoa. HEX triplet: 28, 74 and 62. RGB value is (40,116,98). Sum of RGB (Red+Green+Blue) = 40+116+98=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #287462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287462 is #D78B9D. Grayscale: #5B5B5B. Windows color (decimal): -14125982 or 6452264. OLE color: 6452264.

HSL color Cylindrical-coordinate representation of color #287462: hue angle of 165.79º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287462 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 116 98 -
CMYK 0.66 0 0.16 0.55
HSL 165.79º 0.49% 0.31% -
HSV(B) 165.79º 0.66% 0.45% -
XYZ 9.33 13.82 13.73 -
YUV 91.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 40 116 98 0.66 0 0.16 0.55 165.79 0.49 0.31
Hex 28 74 62 42 0 10 37 A6 31 1F
Octal 50 164 142 102 0 20 67 246 61 37
Binary 101000 1110100 1100010 1000010 0 10000 110111 10100110 110001 11111

Color Harmonies of #287462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287462

Black with #287462

Text Example


Text Example

White with #287462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287462; }

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

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

background-color css

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

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

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

border-color css

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

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

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