Html Css Color HEX #287431 San Felix

📋 copy color: '#287431'

red 40 ◦ green 116 ◦ blue 49

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

Shades of San Felix #287431

Tints of San Felix #287431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.59%

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

R = 19.51%
G = 56.59%
B = 23.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#287431 (or 0x287431) is known color: San Felix. HEX triplet: 28, 74 and 31. RGB value is (40,116,49). Sum of RGB (Red+Green+Blue) = 40+116+49=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #287431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287431 is #D78BCE. Grayscale: #555555. Windows color (decimal): -14126031 or 3241000. OLE color: 3241000.

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

Color convert

RGB 40 116 49 -
CMYK 0.66 0 0.58 0.55
HSL 127.11º 0.49% 0.31% -
HSV(B) 127.11º 0.66% 0.45% -
XYZ 7.67 13.16 5.04 -
YUV 85.64 107.32 95.45 -
System Red Green Blue C M Y K H S L
Decimal 40 116 49 0.66 0 0.58 0.55 127.11 0.49 0.31
Hex 28 74 31 42 0 3A 37 7F 31 1F
Octal 50 164 61 102 0 72 67 177 61 37
Binary 101000 1110100 110001 1000010 0 111010 110111 1111111 110001 11111

Color Harmonies of #287431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287431

Black with #287431

Text Example


Text Example

White with #287431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287431; }

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

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

background-color css

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

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

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

border-color css

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

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

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