Html Css Color HEX #287131 San Felix

📋 copy color: '#287131'

red 40 ◦ green 113 ◦ blue 49

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

Shades of San Felix #287131

Tints of San Felix #287131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.94%

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

R = 19.8%
G = 55.94%
B = 24.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#287131 (or 0x287131) is known color: San Felix. HEX triplet: 28, 71 and 31. RGB value is (40,113,49). Sum of RGB (Red+Green+Blue) = 40+113+49=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #287131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287131 is #D78ECE. Grayscale: #545454. Windows color (decimal): -14126799 or 3240232. OLE color: 3240232.

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

Color convert

RGB 40 113 49 -
CMYK 0.65 0 0.57 0.56
HSL 127.4º 0.48% 0.3% -
HSV(B) 127.4º 0.65% 0.44% -
XYZ 7.33 12.48 4.93 -
YUV 83.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 40 113 49 0.65 0 0.57 0.56 127.4 0.48 0.3
Hex 28 71 31 41 0 39 38 7F 30 1E
Octal 50 161 61 101 0 71 70 177 60 36
Binary 101000 1110001 110001 1000001 0 111001 111000 1111111 110000 11110

Color Harmonies of #287131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287131

Black with #287131

Text Example


Text Example

White with #287131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287131; }

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

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

background-color css

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

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

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

border-color css

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

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

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