Html Css Color HEX #287267 Genoa

📋 copy color: '#287267'

red 40 ◦ green 114 ◦ blue 103

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

Shades of Genoa #287267

Tints of Genoa #287267

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.36%

 BLUE value IS 103 (40.63% from 255) = 40.08%

R = 15.56%
G = 44.36%
B = 40.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#287267 (or 0x287267) is known color: Genoa. HEX triplet: 28, 72 and 67. RGB value is (40,114,103). Sum of RGB (Red+Green+Blue) = 40+114+103=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #287267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287267 is #D78D98. Grayscale: #5A5A5A. Windows color (decimal): -14126489 or 6779432. OLE color: 6779432.

HSL color Cylindrical-coordinate representation of color #287267: hue angle of 171.08º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287267 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 114 103 -
CMYK 0.65 0 0.10 0.55
HSL 171.08º 0.48% 0.3% -
HSV(B) 171.08º 0.65% 0.45% -
XYZ 9.34 13.47 14.94 -
YUV 90.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 40 114 103 0.65 0 0.10 0.55 171.08 0.48 0.3
Hex 28 72 67 41 0 A 37 AB 30 1E
Octal 50 162 147 101 0 12 67 253 60 36
Binary 101000 1110010 1100111 1000001 0 1010 110111 10101011 110000 11110

Color Harmonies of #287267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287267

Black with #287267

Text Example


Text Example

White with #287267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287267; }

 p { color: rgb(40,114,103); }

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

background-color css

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

 a { background-color: rgb(40,114,103); }

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

border-color css

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

 span { border-color: rgb(40,114,103); }

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