Html Css Color HEX #28682C San Felix

📋 copy color: '#28682C'

red 40 ◦ green 104 ◦ blue 44

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

Shades of San Felix #28682C

Tints of San Felix #28682C

RGB

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

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

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

R = 21.28%
G = 55.32%
B = 23.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#28682C (or 0x28682C) is known color: San Felix. HEX triplet: 28, 68 and 2C. RGB value is (40,104,44). Sum of RGB (Red+Green+Blue) = 40+104+44=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 104 (41.02% from 255 or 55.32% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 104 - color contains mainly: green. Hex color #28682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28682C is #D797D3. Grayscale: #4E4E4E. Windows color (decimal): -14129108 or 2910248. OLE color: 2910248.

HSL color Cylindrical-coordinate representation of color #28682C: hue angle of 123.75º 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 #28682C is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 104 44 -
CMYK 0.62 0 0.58 0.59
HSL 123.75º 0.44% 0.28% -
HSV(B) 123.75º 0.62% 0.41% -
XYZ 6.28 10.53 4.09 -
YUV 78.02 108.8 100.88 -
System Red Green Blue C M Y K H S L
Decimal 40 104 44 0.62 0 0.58 0.59 123.75 0.44 0.28
Hex 28 68 2C 3E 0 3A 3B 7C 2C 1C
Octal 50 150 54 76 0 72 73 174 54 34
Binary 101000 1101000 101100 111110 0 111010 111011 1111100 101100 11100

Color Harmonies of #28682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28682C

Black with #28682C

Text Example


Text Example

White with #28682C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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