Html Css Color HEX #287362 Genoa

📋 copy color: '#287362'

red 40 ◦ green 115 ◦ blue 98

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

Shades of Genoa #287362

Tints of Genoa #287362

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.45%

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

R = 15.81%
G = 45.45%
B = 38.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#287362 (or 0x287362) is known color: Genoa. HEX triplet: 28, 73 and 62. RGB value is (40,115,98). Sum of RGB (Red+Green+Blue) = 40+115+98=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #287362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287362 is #D78C9D. Grayscale: #5A5A5A. Windows color (decimal): -14126238 or 6452008. OLE color: 6452008.

HSL color Cylindrical-coordinate representation of color #287362: hue angle of 166.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287362 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 115 98 -
CMYK 0.65 0 0.15 0.55
HSL 166.4º 0.48% 0.3% -
HSV(B) 166.4º 0.65% 0.45% -
XYZ 9.21 13.59 13.69 -
YUV 90.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 40 115 98 0.65 0 0.15 0.55 166.4 0.48 0.3
Hex 28 73 62 41 0 F 37 A6 30 1E
Octal 50 163 142 101 0 17 67 246 60 36
Binary 101000 1110011 1100010 1000001 0 1111 110111 10100110 110000 11110

Color Harmonies of #287362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287362

Black with #287362

Text Example


Text Example

White with #287362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287362; }

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

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

background-color css

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

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

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

border-color css

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

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

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