Html Css Color HEX #286E62 Genoa

📋 copy color: '#286E62'

red 40 ◦ green 110 ◦ blue 98

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

Shades of Genoa #286E62

Tints of Genoa #286E62

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.35%

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

R = 16.13%
G = 44.35%
B = 39.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#286E62 (or 0x286E62) is known color: Genoa. HEX triplet: 28, 6E and 62. RGB value is (40,110,98). Sum of RGB (Red+Green+Blue) = 40+110+98=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #286E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286E62 is #D7919D. Grayscale: #575757. Windows color (decimal): -14127518 or 6450728. OLE color: 6450728.

HSL color Cylindrical-coordinate representation of color #286E62: hue angle of 169.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E62 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 110 98 -
CMYK 0.64 0 0.11 0.57
HSL 169.71º 0.47% 0.29% -
HSV(B) 169.71º 0.64% 0.43% -
XYZ 8.66 12.48 13.51 -
YUV 87.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 40 110 98 0.64 0 0.11 0.57 169.71 0.47 0.29
Hex 28 6E 62 40 0 B 39 AA 2F 1D
Octal 50 156 142 100 0 13 71 252 57 35
Binary 101000 1101110 1100010 1000000 0 1011 111001 10101010 101111 11101

Color Harmonies of #286E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286E62

Black with #286E62

Text Example


Text Example

White with #286E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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