Html Css Color HEX #286B68 Genoa

📋 copy color: '#286B68'

red 40 ◦ green 107 ◦ blue 104

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

Shades of Genoa #286B68

Tints of Genoa #286B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.63%

 BLUE value IS 104 (41.02% from 255) = 41.43%

R = 15.94%
G = 42.63%
B = 41.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#286B68 (or 0x286B68) is known color: Genoa. HEX triplet: 28, 6B and 68. RGB value is (40,107,104). Sum of RGB (Red+Green+Blue) = 40+107+104=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #286B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B68 is #D79497. Grayscale: #565656. Windows color (decimal): -14128280 or 6843176. OLE color: 6843176.

HSL color Cylindrical-coordinate representation of color #286B68: hue angle of 177.31º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286B68 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 107 104 -
CMYK 0.63 0 0.03 0.58
HSL 177.31º 0.46% 0.29% -
HSV(B) 177.31º 0.63% 0.42% -
XYZ 8.63 11.97 14.95 -
YUV 86.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 40 107 104 0.63 0 0.03 0.58 177.31 0.46 0.29
Hex 28 6B 68 3F 0 3 3A B1 2E 1D
Octal 50 153 150 77 0 3 72 261 56 35
Binary 101000 1101011 1101000 111111 0 11 111010 10110001 101110 11101

Color Harmonies of #286B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286B68

Black with #286B68

Text Example


Text Example

White with #286B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,107,104); }

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

background-color css

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

 a { background-color: rgb(40,107,104); }

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

border-color css

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

 span { border-color: rgb(40,107,104); }

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