Html Css Color HEX #287531 San Felix

📋 copy color: '#287531'

red 40 ◦ green 117 ◦ blue 49

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

Shades of San Felix #287531

Tints of San Felix #287531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.8%

 BLUE value IS 49 (19.53% from 255) = 23.79%

R = 19.42%
G = 56.8%
B = 23.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#287531 (or 0x287531) is known color: San Felix. HEX triplet: 28, 75 and 31. RGB value is (40,117,49). Sum of RGB (Red+Green+Blue) = 40+117+49=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #287531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287531 is #D78ACE. Grayscale: #565656. Windows color (decimal): -14125775 or 3241256. OLE color: 3241256.

HSL color Cylindrical-coordinate representation of color #287531: hue angle of 127.01º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287531 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 117 49 -
CMYK 0.66 0 0.58 0.54
HSL 127.01º 0.49% 0.31% -
HSV(B) 127.01º 0.66% 0.46% -
XYZ 7.79 13.4 5.08 -
YUV 86.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 40 117 49 0.66 0 0.58 0.54 127.01 0.49 0.31
Hex 28 75 31 42 0 3A 36 7F 31 1F
Octal 50 165 61 102 0 72 66 177 61 37
Binary 101000 1110101 110001 1000010 0 111010 110110 1111111 110001 11111

Color Harmonies of #287531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287531

Black with #287531

Text Example


Text Example

White with #287531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287531; }

 p { color: rgb(40,117,49); }

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

background-color css

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

 a { background-color: rgb(40,117,49); }

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

border-color css

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

 span { border-color: rgb(40,117,49); }

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