Html Css Color HEX #28742F San Felix

📋 copy color: '#28742F'

red 40 ◦ green 116 ◦ blue 47

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

Shades of San Felix #28742F

Tints of San Felix #28742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.14%

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

R = 19.7%
G = 57.14%
B = 23.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#28742F (or 0x28742F) is known color: San Felix. HEX triplet: 28, 74 and 2F. RGB value is (40,116,47). Sum of RGB (Red+Green+Blue) = 40+116+47=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #28742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28742F is #D78BD0. Grayscale: #555555. Windows color (decimal): -14126033 or 3109928. OLE color: 3109928.

HSL color Cylindrical-coordinate representation of color #28742F: hue angle of 125.53º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28742F is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 116 47 -
CMYK 0.66 0 0.59 0.55
HSL 125.53º 0.49% 0.31% -
HSV(B) 125.53º 0.66% 0.45% -
XYZ 7.63 13.15 4.82 -
YUV 85.41 106.32 95.61 -
System Red Green Blue C M Y K H S L
Decimal 40 116 47 0.66 0 0.59 0.55 125.53 0.49 0.31
Hex 28 74 2F 42 0 3B 37 7E 31 1F
Octal 50 164 57 102 0 73 67 176 61 37
Binary 101000 1110100 101111 1000010 0 111011 110111 1111110 110001 11111

Color Harmonies of #28742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28742F

Black with #28742F

Text Example


Text Example

White with #28742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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