Html Css Color HEX #28691A San Felix

📋 copy color: '#28691A'

red 40 ◦ green 105 ◦ blue 26

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

Shades of San Felix #28691A

Tints of San Felix #28691A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 61.4%

 BLUE value IS 26 (10.55% from 255) = 15.2%

R = 23.39%
G = 61.4%
B = 15.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#28691A (or 0x28691A) is known color: San Felix. HEX triplet: 28, 69 and 1A. RGB value is (40,105,26). Sum of RGB (Red+Green+Blue) = 40+105+26=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #28691A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28691A is #D796E5. Grayscale: #4C4C4C. Windows color (decimal): -14128870 or 1730856. OLE color: 1730856.

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

Color convert

RGB 40 105 26 -
CMYK 0.62 0 0.75 0.59
HSL 109.37º 0.6% 0.26% -
HSV(B) 109.37º 0.75% 0.41% -
XYZ 6.11 10.63 2.71 -
YUV 76.56 99.47 101.92 -
System Red Green Blue C M Y K H S L
Decimal 40 105 26 0.62 0 0.75 0.59 109.37 0.6 0.26
Hex 28 69 1A 3E 0 4B 3B 6D 3C 1A
Octal 50 151 32 76 0 113 73 155 74 32
Binary 101000 1101001 11010 111110 0 1001011 111011 1101101 111100 11010

Color Harmonies of #28691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28691A

Black with #28691A

Text Example


Text Example

White with #28691A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,105,26); }

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

background-color css

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

 a { background-color: rgb(40,105,26); }

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

border-color css

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

 span { border-color: rgb(40,105,26); }

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