Html Css Color HEX #287963 Genoa

📋 copy color: '#287963'

red 40 ◦ green 121 ◦ blue 99

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

Shades of Genoa #287963

Tints of Genoa #287963

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.54%

 BLUE value IS 99 (39.06% from 255) = 38.08%

R = 15.38%
G = 46.54%
B = 38.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#287963 (or 0x287963) is known color: Genoa. HEX triplet: 28, 79 and 63. RGB value is (40,121,99). Sum of RGB (Red+Green+Blue) = 40+121+99=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #287963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287963 is #D7869C. Grayscale: #5E5E5E. Windows color (decimal): -14124701 or 6519080. OLE color: 6519080.

HSL color Cylindrical-coordinate representation of color #287963: hue angle of 163.7º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287963 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 121 99 -
CMYK 0.67 0 0.18 0.53
HSL 163.7º 0.5% 0.32% -
HSV(B) 163.7º 0.67% 0.47% -
XYZ 9.96 15.03 14.18 -
YUV 94.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 40 121 99 0.67 0 0.18 0.53 163.7 0.5 0.32
Hex 28 79 63 43 0 12 35 A4 32 20
Octal 50 171 143 103 0 22 65 244 62 40
Binary 101000 1111001 1100011 1000011 0 10010 110101 10100100 110010 100000

Color Harmonies of #287963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287963

Black with #287963

Text Example


Text Example

White with #287963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287963; }

 p { color: rgb(40,121,99); }

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

background-color css

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

 a { background-color: rgb(40,121,99); }

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

border-color css

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

 span { border-color: rgb(40,121,99); }

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