Html Css Color HEX #28682A San Felix

📋 copy color: '#28682A'

red 40 ◦ green 104 ◦ blue 42

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

Shades of San Felix #28682A

Tints of San Felix #28682A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.91%

 BLUE value IS 42 (16.8% from 255) = 22.58%

R = 21.51%
G = 55.91%
B = 22.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#28682A (or 0x28682A) is known color: San Felix. HEX triplet: 28, 68 and 2A. RGB value is (40,104,42). Sum of RGB (Red+Green+Blue) = 40+104+42=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #28682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28682A is #D797D5. Grayscale: #4D4D4D. Windows color (decimal): -14129110 or 2779176. OLE color: 2779176.

HSL color Cylindrical-coordinate representation of color #28682A: hue angle of 121.88º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28682A is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 104 42 -
CMYK 0.62 0 0.60 0.59
HSL 121.88º 0.44% 0.28% -
HSV(B) 121.88º 0.62% 0.41% -
XYZ 6.24 10.52 3.89 -
YUV 77.8 107.8 101.04 -
System Red Green Blue C M Y K H S L
Decimal 40 104 42 0.62 0 0.60 0.59 121.88 0.44 0.28
Hex 28 68 2A 3E 0 3C 3B 7A 2C 1C
Octal 50 150 52 76 0 74 73 172 54 34
Binary 101000 1101000 101010 111110 0 111100 111011 1111010 101100 11100

Color Harmonies of #28682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28682A

Black with #28682A

Text Example


Text Example

White with #28682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28682A; }

 p { color: rgb(40,104,42); }

 H1.HeaderClassName
 {
   color: #28682A;
 }
 .AnyTagClassName
 {
   color: #28682A;
 }
</style>

background-color css

<style>
 a { background-color: #28682A; }

 a { background-color: rgb(40,104,42); }

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

border-color css

<style>
 span { border-color: #28682A; }

 span { border-color: rgb(40,104,42); }

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