Html Css Color HEX #1A7329 San Felix

📋 copy color: '#1A7329'

red 26 ◦ green 115 ◦ blue 41

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

Shades of San Felix #1A7329

Tints of San Felix #1A7329

RGB

 RED value IS 26 (10.55% from 255) = 14.29%

 GREEN value IS 115 (45.31% from 255) = 63.19%

 BLUE value IS 41 (16.41% from 255) = 22.53%

R = 14.29%
G = 63.19%
B = 22.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#1A7329 (or 0x1A7329) is known color: San Felix. HEX triplet: 1A, 73 and 29. RGB value is (26,115,41). Sum of RGB (Red+Green+Blue) = 26+115+41=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7329 is #E58CD6. Grayscale: #505050. Windows color (decimal): -15043799 or 2716442. OLE color: 2716442.

HSL color Cylindrical-coordinate representation of color #1A7329: hue angle of 130.11º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7329 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 115 41 -
CMYK 0.77 0 0.64 0.55
HSL 130.11º 0.63% 0.28% -
HSV(B) 130.11º 0.77% 0.45% -
XYZ 6.96 12.64 4.17 -
YUV 79.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 26 115 41 0.77 0 0.64 0.55 130.11 0.63 0.28
Hex 1A 73 29 4D 0 40 37 82 3F 1C
Octal 32 163 51 115 0 100 67 202 77 34
Binary 11010 1110011 101001 1001101 0 1000000 110111 10000010 111111 11100

Color Harmonies of #1A7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7329

Black with #1A7329

Text Example


Text Example

White with #1A7329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A7329; }

 p { color: rgb(26,115,41); }

 H1.HeaderClassName
 {
   color: #1A7329;
 }
 .AnyTagClassName
 {
   color: #1A7329;
 }
</style>

background-color css

<style>
 a { background-color: #1A7329; }

 a { background-color: rgb(26,115,41); }

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

border-color css

<style>
 span { border-color: #1A7329; }

 span { border-color: rgb(26,115,41); }

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