Html Css Color HEX #287268 Genoa

📋 copy color: '#287268'

red 40 ◦ green 114 ◦ blue 104

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

Shades of Genoa #287268

Tints of Genoa #287268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.19%

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

R = 15.5%
G = 44.19%
B = 40.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#287268 (or 0x287268) is known color: Genoa. HEX triplet: 28, 72 and 68. RGB value is (40,114,104). Sum of RGB (Red+Green+Blue) = 40+114+104=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #287268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287268 is #D78D97. Grayscale: #5A5A5A. Windows color (decimal): -14126488 or 6844968. OLE color: 6844968.

HSL color Cylindrical-coordinate representation of color #287268: hue angle of 171.89º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287268 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 114 104 -
CMYK 0.65 0 0.09 0.55
HSL 171.89º 0.48% 0.3% -
HSV(B) 171.89º 0.65% 0.45% -
XYZ 9.39 13.49 15.2 -
YUV 90.73 135.48 91.81 -
System Red Green Blue C M Y K H S L
Decimal 40 114 104 0.65 0 0.09 0.55 171.89 0.48 0.3
Hex 28 72 68 41 0 9 37 AC 30 1E
Octal 50 162 150 101 0 11 67 254 60 36
Binary 101000 1110010 1101000 1000001 0 1001 110111 10101100 110000 11110

Color Harmonies of #287268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287268

Black with #287268

Text Example


Text Example

White with #287268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287268; }

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

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

background-color css

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

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

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

border-color css

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

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

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