Html Css Color HEX #287330 San Felix

📋 copy color: '#287330'

red 40 ◦ green 115 ◦ blue 48

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

Shades of San Felix #287330

Tints of San Felix #287330

RGB

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

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

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

R = 19.7%
G = 56.65%
B = 23.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#287330 (or 0x287330) is known color: San Felix. HEX triplet: 28, 73 and 30. RGB value is (40,115,48). Sum of RGB (Red+Green+Blue) = 40+115+48=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #287330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287330 is #D78CCF. Grayscale: #555555. Windows color (decimal): -14126288 or 3175208. OLE color: 3175208.

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

Color convert

RGB 40 115 48 -
CMYK 0.65 0 0.58 0.55
HSL 126.4º 0.48% 0.3% -
HSV(B) 126.4º 0.65% 0.45% -
XYZ 7.54 12.93 4.89 -
YUV 84.94 107.15 95.95 -
System Red Green Blue C M Y K H S L
Decimal 40 115 48 0.65 0 0.58 0.55 126.4 0.48 0.3
Hex 28 73 30 41 0 3A 37 7E 30 1E
Octal 50 163 60 101 0 72 67 176 60 36
Binary 101000 1110011 110000 1000001 0 111010 110111 1111110 110000 11110

Color Harmonies of #287330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287330

Black with #287330

Text Example


Text Example

White with #287330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287330; }

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

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

background-color css

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

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

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

border-color css

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

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

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