Html Css Color HEX #28712B San Felix

📋 copy color: '#28712B'

red 40 ◦ green 113 ◦ blue 43

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

Shades of San Felix #28712B

Tints of San Felix #28712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.94%

R = 20.41%
G = 57.65%
B = 21.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#28712B (or 0x28712B) is known color: San Felix. HEX triplet: 28, 71 and 2B. RGB value is (40,113,43). Sum of RGB (Red+Green+Blue) = 40+113+43=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #28712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28712B is #D78ED4. Grayscale: #535353. Windows color (decimal): -14126805 or 2847016. OLE color: 2847016.

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

Color convert

RGB 40 113 43 -
CMYK 0.65 0 0.62 0.56
HSL 122.47º 0.48% 0.3% -
HSV(B) 122.47º 0.65% 0.44% -
XYZ 7.22 12.44 4.31 -
YUV 83.19 105.32 97.19 -
System Red Green Blue C M Y K H S L
Decimal 40 113 43 0.65 0 0.62 0.56 122.47 0.48 0.3
Hex 28 71 2B 41 0 3E 38 7A 30 1E
Octal 50 161 53 101 0 76 70 172 60 36
Binary 101000 1110001 101011 1000001 0 111110 111000 1111010 110000 11110

Color Harmonies of #28712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28712B

Black with #28712B

Text Example


Text Example

White with #28712B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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