Html Css Color HEX #28611D San Felix

📋 copy color: '#28611D'

red 40 ◦ green 97 ◦ blue 29

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

Shades of San Felix #28611D

Tints of San Felix #28611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.43%

 BLUE value IS 29 (11.72% from 255) = 17.47%

R = 24.1%
G = 58.43%
B = 17.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#28611D (or 0x28611D) is known color: San Felix. HEX triplet: 28, 61 and 1D. RGB value is (40,97,29). Sum of RGB (Red+Green+Blue) = 40+97+29=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #28611D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28611D is #D79EE2. Grayscale: #484848. Windows color (decimal): -14130915 or 1925416. OLE color: 1925416.

HSL color Cylindrical-coordinate representation of color #28611D: hue angle of 110.29º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28611D is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 97 29 -
CMYK 0.59 0 0.70 0.62
HSL 110.29º 0.54% 0.25% -
HSV(B) 110.29º 0.7% 0.38% -
XYZ 5.37 9.09 2.63 -
YUV 72.21 103.62 105.03 -
System Red Green Blue C M Y K H S L
Decimal 40 97 29 0.59 0 0.70 0.62 110.29 0.54 0.25
Hex 28 61 1D 3B 0 46 3E 6E 36 19
Octal 50 141 35 73 0 106 76 156 66 31
Binary 101000 1100001 11101 111011 0 1000110 111110 1101110 110110 11001

Color Harmonies of #28611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28611D

Black with #28611D

Text Example


Text Example

White with #28611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28611D; }

 p { color: rgb(40,97,29); }

 H1.HeaderClassName
 {
   color: #28611D;
 }
 .AnyTagClassName
 {
   color: #28611D;
 }
</style>

background-color css

<style>
 a { background-color: #28611D; }

 a { background-color: rgb(40,97,29); }

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

border-color css

<style>
 span { border-color: #28611D; }

 span { border-color: rgb(40,97,29); }

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