Html Css Color HEX #287535 San Felix

📋 copy color: '#287535'

red 40 ◦ green 117 ◦ blue 53

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

Shades of San Felix #287535

Tints of San Felix #287535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.24%

R = 19.05%
G = 55.71%
B = 25.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#287535 (or 0x287535) is known color: San Felix. HEX triplet: 28, 75 and 35. RGB value is (40,117,53). Sum of RGB (Red+Green+Blue) = 40+117+53=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #287535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287535 is #D78ACA. Grayscale: #565656. Windows color (decimal): -14125771 or 3503400. OLE color: 3503400.

HSL color Cylindrical-coordinate representation of color #287535: hue angle of 130.13º 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 #287535 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 117 53 -
CMYK 0.66 0 0.55 0.54
HSL 130.13º 0.49% 0.31% -
HSV(B) 130.13º 0.66% 0.46% -
XYZ 7.88 13.43 5.55 -
YUV 86.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 40 117 53 0.66 0 0.55 0.54 130.13 0.49 0.31
Hex 28 75 35 42 0 37 36 82 31 1F
Octal 50 165 65 102 0 67 66 202 61 37
Binary 101000 1110101 110101 1000010 0 110111 110110 10000010 110001 11111

Color Harmonies of #287535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287535

Black with #287535

Text Example


Text Example

White with #287535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287535; }

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

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

background-color css

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

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

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

border-color css

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

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

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