Html Css Color HEX #287130 San Felix

📋 copy color: '#287130'

red 40 ◦ green 113 ◦ blue 48

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

Shades of San Felix #287130

Tints of San Felix #287130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.88%

R = 19.9%
G = 56.22%
B = 23.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#287130 (or 0x287130) is known color: San Felix. HEX triplet: 28, 71 and 30. RGB value is (40,113,48). Sum of RGB (Red+Green+Blue) = 40+113+48=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #287130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287130 is #D78ECF. Grayscale: #535353. Windows color (decimal): -14126800 or 3174696. OLE color: 3174696.

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

Color convert

RGB 40 113 48 -
CMYK 0.65 0 0.58 0.56
HSL 126.58º 0.48% 0.3% -
HSV(B) 126.58º 0.65% 0.44% -
XYZ 7.31 12.47 4.82 -
YUV 83.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 40 113 48 0.65 0 0.58 0.56 126.58 0.48 0.3
Hex 28 71 30 41 0 3A 38 7F 30 1E
Octal 50 161 60 101 0 72 70 177 60 36
Binary 101000 1110001 110000 1000001 0 111010 111000 1111111 110000 11110

Color Harmonies of #287130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287130

Black with #287130

Text Example


Text Example

White with #287130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287130; }

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

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

background-color css

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

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

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

border-color css

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

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

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