Html Css Color HEX #287262 Genoa

📋 copy color: '#287262'

red 40 ◦ green 114 ◦ blue 98

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

Shades of Genoa #287262

Tints of Genoa #287262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

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

R = 15.87%
G = 45.24%
B = 38.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#287262 (or 0x287262) is known color: Genoa. HEX triplet: 28, 72 and 62. RGB value is (40,114,98). Sum of RGB (Red+Green+Blue) = 40+114+98=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #287262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287262 is #D78D9D. Grayscale: #5A5A5A. Windows color (decimal): -14126494 or 6451752. OLE color: 6451752.

HSL color Cylindrical-coordinate representation of color #287262: hue angle of 167.03º 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 #287262 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 114 98 -
CMYK 0.65 0 0.14 0.55
HSL 167.03º 0.48% 0.3% -
HSV(B) 167.03º 0.65% 0.45% -
XYZ 9.1 13.37 13.66 -
YUV 90.05 132.48 92.3 -
System Red Green Blue C M Y K H S L
Decimal 40 114 98 0.65 0 0.14 0.55 167.03 0.48 0.3
Hex 28 72 62 41 0 E 37 A7 30 1E
Octal 50 162 142 101 0 16 67 247 60 36
Binary 101000 1110010 1100010 1000001 0 1110 110111 10100111 110000 11110

Color Harmonies of #287262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287262

Black with #287262

Text Example


Text Example

White with #287262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287262; }

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

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

background-color css

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

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

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

border-color css

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

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

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