Html Css Color HEX #286F62 Genoa

📋 copy color: '#286F62'

red 40 ◦ green 111 ◦ blue 98

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

Shades of Genoa #286F62

Tints of Genoa #286F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.58%

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

R = 16.06%
G = 44.58%
B = 39.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#286F62 (or 0x286F62) is known color: Genoa. HEX triplet: 28, 6F and 62. RGB value is (40,111,98). Sum of RGB (Red+Green+Blue) = 40+111+98=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #286F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286F62 is #D7909D. Grayscale: #585858. Windows color (decimal): -14127262 or 6450984. OLE color: 6450984.

HSL color Cylindrical-coordinate representation of color #286F62: hue angle of 169.01º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286F62 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 111 98 -
CMYK 0.64 0 0.12 0.56
HSL 169.01º 0.47% 0.3% -
HSV(B) 169.01º 0.64% 0.44% -
XYZ 8.76 12.7 13.55 -
YUV 88.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 40 111 98 0.64 0 0.12 0.56 169.01 0.47 0.3
Hex 28 6F 62 40 0 C 38 A9 2F 1E
Octal 50 157 142 100 0 14 70 251 57 36
Binary 101000 1101111 1100010 1000000 0 1100 111000 10101001 101111 11110

Color Harmonies of #286F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286F62

Black with #286F62

Text Example


Text Example

White with #286F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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