Html Css Color HEX #28702B San Felix

📋 copy color: '#28702B'

red 40 ◦ green 112 ◦ blue 43

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

Shades of San Felix #28702B

Tints of San Felix #28702B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.44%

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

R = 20.51%
G = 57.44%
B = 22.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#28702B (or 0x28702B) is known color: San Felix. HEX triplet: 28, 70 and 2B. RGB value is (40,112,43). Sum of RGB (Red+Green+Blue) = 40+112+43=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #28702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28702B is #D78FD4. Grayscale: #525252. Windows color (decimal): -14127061 or 2846760. OLE color: 2846760.

HSL color Cylindrical-coordinate representation of color #28702B: hue angle of 122.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28702B is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 112 43 -
CMYK 0.64 0 0.62 0.56
HSL 122.5º 0.47% 0.3% -
HSV(B) 122.5º 0.64% 0.44% -
XYZ 7.11 12.21 4.27 -
YUV 82.61 105.65 97.61 -
System Red Green Blue C M Y K H S L
Decimal 40 112 43 0.64 0 0.62 0.56 122.5 0.47 0.3
Hex 28 70 2B 40 0 3E 38 7B 2F 1E
Octal 50 160 53 100 0 76 70 173 57 36
Binary 101000 1110000 101011 1000000 0 111110 111000 1111011 101111 11110

Color Harmonies of #28702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28702B

Black with #28702B

Text Example


Text Example

White with #28702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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