Html Css Color HEX #287C6A Genoa

📋 copy color: '#287C6A'

red 40 ◦ green 124 ◦ blue 106

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

Shades of Genoa #287C6A

Tints of Genoa #287C6A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.93%

 BLUE value IS 106 (41.8% from 255) = 39.26%

R = 14.81%
G = 45.93%
B = 39.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#287C6A (or 0x287C6A) is known color: Genoa. HEX triplet: 28, 7C and 6A. RGB value is (40,124,106). Sum of RGB (Red+Green+Blue) = 40+124+106=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #287C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287C6A is #D78395. Grayscale: #606060. Windows color (decimal): -14123926 or 6978600. OLE color: 6978600.

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

Color convert

RGB 40 124 106 -
CMYK 0.68 0 0.15 0.51
HSL 167.14º 0.51% 0.32% -
HSV(B) 167.14º 0.68% 0.49% -
XYZ 10.68 15.91 16.14 -
YUV 96.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 40 124 106 0.68 0 0.15 0.51 167.14 0.51 0.32
Hex 28 7C 6A 44 0 F 33 A7 33 20
Octal 50 174 152 104 0 17 63 247 63 40
Binary 101000 1111100 1101010 1000100 0 1111 110011 10100111 110011 100000

Color Harmonies of #287C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C6A

Black with #287C6A

Text Example


Text Example

White with #287C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,124,106); }

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

background-color css

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

 a { background-color: rgb(40,124,106); }

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

border-color css

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

 span { border-color: rgb(40,124,106); }

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