Html Css Color HEX #287029 San Felix

📋 copy color: '#287029'

red 40 ◦ green 112 ◦ blue 41

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

Shades of San Felix #287029

Tints of San Felix #287029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 58.03%

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 20.73%
G = 58.03%
B = 21.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#287029 (or 0x287029) is known color: San Felix. HEX triplet: 28, 70 and 29. RGB value is (40,112,41). Sum of RGB (Red+Green+Blue) = 40+112+41=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #287029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287029 is #D78FD6. Grayscale: #525252. Windows color (decimal): -14127063 or 2715688. OLE color: 2715688.

HSL color Cylindrical-coordinate representation of color #287029: hue angle of 120.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #287029 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 112 41 -
CMYK 0.64 0 0.63 0.56
HSL 120.83º 0.47% 0.3% -
HSV(B) 120.83º 0.64% 0.44% -
XYZ 7.07 12.2 4.08 -
YUV 82.38 104.65 97.77 -
System Red Green Blue C M Y K H S L
Decimal 40 112 41 0.64 0 0.63 0.56 120.83 0.47 0.3
Hex 28 70 29 40 0 3F 38 79 2F 1E
Octal 50 160 51 100 0 77 70 171 57 36
Binary 101000 1110000 101001 1000000 0 111111 111000 1111001 101111 11110

Color Harmonies of #287029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287029

Black with #287029

Text Example


Text Example

White with #287029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287029; }

 p { color: rgb(40,112,41); }

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

background-color css

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

 a { background-color: rgb(40,112,41); }

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

border-color css

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

 span { border-color: rgb(40,112,41); }

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