Html Css Color HEX #28712C San Felix

📋 copy color: '#28712C'

red 40 ◦ green 113 ◦ blue 44

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

Shades of San Felix #28712C

Tints of San Felix #28712C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 20.3%
G = 57.36%
B = 22.34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#28712C (or 0x28712C) is known color: San Felix. HEX triplet: 28, 71 and 2C. RGB value is (40,113,44). Sum of RGB (Red+Green+Blue) = 40+113+44=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #28712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28712C is #D78ED3. Grayscale: #535353. Windows color (decimal): -14126804 or 2912552. OLE color: 2912552.

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

Color convert

RGB 40 113 44 -
CMYK 0.65 0 0.61 0.56
HSL 123.29º 0.48% 0.3% -
HSV(B) 123.29º 0.65% 0.44% -
XYZ 7.23 12.44 4.4 -
YUV 83.31 105.82 97.11 -
System Red Green Blue C M Y K H S L
Decimal 40 113 44 0.65 0 0.61 0.56 123.29 0.48 0.3
Hex 28 71 2C 41 0 3D 38 7B 30 1E
Octal 50 161 54 101 0 75 70 173 60 36
Binary 101000 1110001 101100 1000001 0 111101 111000 1111011 110000 11110

Color Harmonies of #28712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28712C

Black with #28712C

Text Example


Text Example

White with #28712C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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