Html Css Color HEX #28621C San Felix

📋 copy color: '#28621C'

red 40 ◦ green 98 ◦ blue 28

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

Shades of San Felix #28621C

Tints of San Felix #28621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 59.04%

 BLUE value IS 28 (11.33% from 255) = 16.87%

R = 24.1%
G = 59.04%
B = 16.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#28621C (or 0x28621C) is known color: San Felix. HEX triplet: 28, 62 and 1C. RGB value is (40,98,28). Sum of RGB (Red+Green+Blue) = 40+98+28=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #28621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28621C is #D79DE3. Grayscale: #484848. Windows color (decimal): -14130660 or 1860136. OLE color: 1860136.

HSL color Cylindrical-coordinate representation of color #28621C: hue angle of 109.71º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28621C is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 98 28 -
CMYK 0.59 0 0.71 0.62
HSL 109.71º 0.56% 0.25% -
HSV(B) 109.71º 0.71% 0.38% -
XYZ 5.45 9.27 2.6 -
YUV 72.68 102.78 104.69 -
System Red Green Blue C M Y K H S L
Decimal 40 98 28 0.59 0 0.71 0.62 109.71 0.56 0.25
Hex 28 62 1C 3B 0 47 3E 6E 38 19
Octal 50 142 34 73 0 107 76 156 70 31
Binary 101000 1100010 11100 111011 0 1000111 111110 1101110 111000 11001

Color Harmonies of #28621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28621C

Black with #28621C

Text Example


Text Example

White with #28621C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,98,28); }

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

background-color css

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

 a { background-color: rgb(40,98,28); }

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

border-color css

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

 span { border-color: rgb(40,98,28); }

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