Html Css Color HEX #28712A San Felix

📋 copy color: '#28712A'

red 40 ◦ green 113 ◦ blue 42

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

Shades of San Felix #28712A

Tints of San Felix #28712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.54%

R = 20.51%
G = 57.95%
B = 21.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#28712A (or 0x28712A) is known color: San Felix. HEX triplet: 28, 71 and 2A. RGB value is (40,113,42). Sum of RGB (Red+Green+Blue) = 40+113+42=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #28712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28712A is #D78ED5. Grayscale: #535353. Windows color (decimal): -14126806 or 2781480. OLE color: 2781480.

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

Color convert

RGB 40 113 42 -
CMYK 0.65 0 0.63 0.56
HSL 121.64º 0.48% 0.3% -
HSV(B) 121.64º 0.65% 0.44% -
XYZ 7.2 12.43 4.21 -
YUV 83.08 104.82 97.27 -
System Red Green Blue C M Y K H S L
Decimal 40 113 42 0.65 0 0.63 0.56 121.64 0.48 0.3
Hex 28 71 2A 41 0 3F 38 7A 30 1E
Octal 50 161 52 101 0 77 70 172 60 36
Binary 101000 1110001 101010 1000001 0 111111 111000 1111010 110000 11110

Color Harmonies of #28712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28712A

Black with #28712A

Text Example


Text Example

White with #28712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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