Html Css Color HEX #287E68 Genoa

📋 copy color: '#287E68'

red 40 ◦ green 126 ◦ blue 104

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

Shades of Genoa #287E68

Tints of Genoa #287E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.67%

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

R = 14.81%
G = 46.67%
B = 38.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#287E68 (or 0x287E68) is known color: Genoa. HEX triplet: 28, 7E and 68. RGB value is (40,126,104). Sum of RGB (Red+Green+Blue) = 40+126+104=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #287E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287E68 is #D78197. Grayscale: #616161. Windows color (decimal): -14123416 or 6848040. OLE color: 6848040.

HSL color Cylindrical-coordinate representation of color #287E68: hue angle of 164.65º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287E68 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 126 104 -
CMYK 0.68 0 0.17 0.51
HSL 164.65º 0.52% 0.33% -
HSV(B) 164.65º 0.68% 0.49% -
XYZ 10.83 16.37 15.69 -
YUV 97.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 40 126 104 0.68 0 0.17 0.51 164.65 0.52 0.33
Hex 28 7E 68 44 0 11 33 A5 34 21
Octal 50 176 150 104 0 21 63 245 64 41
Binary 101000 1111110 1101000 1000100 0 10001 110011 10100101 110100 100001

Color Harmonies of #287E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287E68

Black with #287E68

Text Example


Text Example

White with #287E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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