Html Css Color HEX #286D68 Genoa

📋 copy color: '#286D68'

red 40 ◦ green 109 ◦ blue 104

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

Shades of Genoa #286D68

Tints of Genoa #286D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.08%

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

R = 15.81%
G = 43.08%
B = 41.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#286D68 (or 0x286D68) is known color: Genoa. HEX triplet: 28, 6D and 68. RGB value is (40,109,104). Sum of RGB (Red+Green+Blue) = 40+109+104=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 109 - color contains mainly: green. Hex color #286D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D68 is #D79297. Grayscale: #575757. Windows color (decimal): -14127768 or 6843688. OLE color: 6843688.

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

Color convert

RGB 40 109 104 -
CMYK 0.63 0 0.05 0.57
HSL 175.65º 0.46% 0.29% -
HSV(B) 175.65º 0.63% 0.43% -
XYZ 8.84 12.39 15.02 -
YUV 87.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 40 109 104 0.63 0 0.05 0.57 175.65 0.46 0.29
Hex 28 6D 68 3F 0 5 39 B0 2E 1D
Octal 50 155 150 77 0 5 71 260 56 35
Binary 101000 1101101 1101000 111111 0 101 111001 10110000 101110 11101

Color Harmonies of #286D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286D68

Black with #286D68

Text Example


Text Example

White with #286D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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