Html Css Color HEX #287D6A Genoa

📋 copy color: '#287D6A'

red 40 ◦ green 125 ◦ blue 106

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

Shades of Genoa #287D6A

Tints of Genoa #287D6A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.13%

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

R = 14.76%
G = 46.13%
B = 39.11%

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

#287D6A (or 0x287D6A) is known color: Genoa. HEX triplet: 28, 7D and 6A. RGB value is (40,125,106). Sum of RGB (Red+Green+Blue) = 40+125+106=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #287D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287D6A is #D78295. Grayscale: #616161. Windows color (decimal): -14123670 or 6978856. OLE color: 6978856.

HSL color Cylindrical-coordinate representation of color #287D6A: hue angle of 166.59º degrees, saturation: 0.52, 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 #287D6A is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 125 106 -
CMYK 0.68 0 0.15 0.51
HSL 166.59º 0.52% 0.32% -
HSV(B) 166.59º 0.68% 0.49% -
XYZ 10.81 16.16 16.18 -
YUV 97.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 40 125 106 0.68 0 0.15 0.51 166.59 0.52 0.32
Hex 28 7D 6A 44 0 F 33 A7 34 20
Octal 50 175 152 104 0 17 63 247 64 40
Binary 101000 1111101 1101010 1000100 0 1111 110011 10100111 110100 100000

Color Harmonies of #287D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287D6A

Black with #287D6A

Text Example


Text Example

White with #287D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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