Html Css Color HEX #287338 San Felix

📋 copy color: '#287338'

red 40 ◦ green 115 ◦ blue 56

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

Shades of San Felix #287338

Tints of San Felix #287338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 54.5%

 BLUE value IS 56 (22.27% from 255) = 26.54%

R = 18.96%
G = 54.5%
B = 26.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#287338 (or 0x287338) is known color: San Felix. HEX triplet: 28, 73 and 38. RGB value is (40,115,56). Sum of RGB (Red+Green+Blue) = 40+115+56=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #287338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287338 is #D78CC7. Grayscale: #565656. Windows color (decimal): -14126280 or 3699496. OLE color: 3699496.

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

Color convert

RGB 40 115 56 -
CMYK 0.65 0 0.51 0.55
HSL 132.8º 0.48% 0.3% -
HSV(B) 132.8º 0.65% 0.45% -
XYZ 7.72 13 5.84 -
YUV 85.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 40 115 56 0.65 0 0.51 0.55 132.8 0.48 0.3
Hex 28 73 38 41 0 33 37 85 30 1E
Octal 50 163 70 101 0 63 67 205 60 36
Binary 101000 1110011 111000 1000001 0 110011 110111 10000101 110000 11110

Color Harmonies of #287338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287338

Black with #287338

Text Example


Text Example

White with #287338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287338; }

 p { color: rgb(40,115,56); }

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

background-color css

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

 a { background-color: rgb(40,115,56); }

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

border-color css

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

 span { border-color: rgb(40,115,56); }

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