Html Css Color HEX #286F63 Genoa

📋 copy color: '#286F63'

red 40 ◦ green 111 ◦ blue 99

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

Shades of Genoa #286F63

Tints of Genoa #286F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.6%

R = 16%
G = 44.4%
B = 39.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#286F63 (or 0x286F63) is known color: Genoa. HEX triplet: 28, 6F and 63. RGB value is (40,111,99). Sum of RGB (Red+Green+Blue) = 40+111+99=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #286F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286F63 is #D7909C. Grayscale: #585858. Windows color (decimal): -14127261 or 6516520. OLE color: 6516520.

HSL color Cylindrical-coordinate representation of color #286F63: hue angle of 169.86º 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 #286F63 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 111 99 -
CMYK 0.64 0 0.11 0.56
HSL 169.86º 0.47% 0.3% -
HSV(B) 169.86º 0.64% 0.44% -
XYZ 8.81 12.72 13.8 -
YUV 88.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 40 111 99 0.64 0 0.11 0.56 169.86 0.47 0.3
Hex 28 6F 63 40 0 B 38 AA 2F 1E
Octal 50 157 143 100 0 13 70 252 57 36
Binary 101000 1101111 1100011 1000000 0 1011 111000 10101010 101111 11110

Color Harmonies of #286F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286F63

Black with #286F63

Text Example


Text Example

White with #286F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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