Html Css Color HEX #287F6F Genoa

📋 copy color: '#287F6F'

red 40 ◦ green 127 ◦ blue 111

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

Shades of Genoa #287F6F

Tints of Genoa #287F6F

RGB

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

 GREEN value IS 127 (50% from 255) = 45.68%

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 14.39%
G = 45.68%
B = 39.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#287F6F (or 0x287F6F) is known color: Genoa. HEX triplet: 28, 7F and 6F. RGB value is (40,127,111). Sum of RGB (Red+Green+Blue) = 40+127+111=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #287F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287F6F is #D78090. Grayscale: #636363. Windows color (decimal): -14123153 or 7307048. OLE color: 7307048.

HSL color Cylindrical-coordinate representation of color #287F6F: hue angle of 168.97º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287F6F is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 127 111 -
CMYK 0.69 0 0.13 0.50
HSL 168.97º 0.52% 0.33% -
HSV(B) 168.97º 0.69% 0.5% -
XYZ 11.33 16.78 17.68 -
YUV 99.16 134.68 85.8 -
System Red Green Blue C M Y K H S L
Decimal 40 127 111 0.69 0 0.13 0.50 168.97 0.52 0.33
Hex 28 7F 6F 45 0 D 32 A9 34 21
Octal 50 177 157 105 0 15 62 251 64 41
Binary 101000 1111111 1101111 1000101 0 1101 110010 10101001 110100 100001

Color Harmonies of #287F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287F6F

Black with #287F6F

Text Example


Text Example

White with #287F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,127,111); }

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

background-color css

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

 a { background-color: rgb(40,127,111); }

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

border-color css

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

 span { border-color: rgb(40,127,111); }

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