Html Css Color HEX #28752F San Felix

📋 copy color: '#28752F'

red 40 ◦ green 117 ◦ blue 47

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

Shades of San Felix #28752F

Tints of San Felix #28752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.35%

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

R = 19.61%
G = 57.35%
B = 23.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#28752F (or 0x28752F) is known color: San Felix. HEX triplet: 28, 75 and 2F. RGB value is (40,117,47). Sum of RGB (Red+Green+Blue) = 40+117+47=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #28752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28752F is #D78AD0. Grayscale: #565656. Windows color (decimal): -14125777 or 3110184. OLE color: 3110184.

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

Color convert

RGB 40 117 47 -
CMYK 0.66 0 0.60 0.54
HSL 125.45º 0.49% 0.31% -
HSV(B) 125.45º 0.66% 0.46% -
XYZ 7.75 13.38 4.86 -
YUV 86 105.99 95.19 -
System Red Green Blue C M Y K H S L
Decimal 40 117 47 0.66 0 0.60 0.54 125.45 0.49 0.31
Hex 28 75 2F 42 0 3C 36 7D 31 1F
Octal 50 165 57 102 0 74 66 175 61 37
Binary 101000 1110101 101111 1000010 0 111100 110110 1111101 110001 11111

Color Harmonies of #28752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28752F

Black with #28752F

Text Example


Text Example

White with #28752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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