Html Css Color HEX #28712F San Felix

📋 copy color: '#28712F'

red 40 ◦ green 113 ◦ blue 47

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

Shades of San Felix #28712F

Tints of San Felix #28712F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 20%
G = 56.5%
B = 23.5%

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

#28712F (or 0x28712F) is known color: San Felix. HEX triplet: 28, 71 and 2F. RGB value is (40,113,47). Sum of RGB (Red+Green+Blue) = 40+113+47=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #28712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28712F is #D78ED0. Grayscale: #535353. Windows color (decimal): -14126801 or 3109160. OLE color: 3109160.

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

Color convert

RGB 40 113 47 -
CMYK 0.65 0 0.58 0.56
HSL 125.75º 0.48% 0.3% -
HSV(B) 125.75º 0.65% 0.44% -
XYZ 7.29 12.47 4.71 -
YUV 83.65 107.32 96.87 -
System Red Green Blue C M Y K H S L
Decimal 40 113 47 0.65 0 0.58 0.56 125.75 0.48 0.3
Hex 28 71 2F 41 0 3A 38 7E 30 1E
Octal 50 161 57 101 0 72 70 176 60 36
Binary 101000 1110001 101111 1000001 0 111010 111000 1111110 110000 11110

Color Harmonies of #28712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28712F

Black with #28712F

Text Example


Text Example

White with #28712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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