Html Css Color HEX #1A6615 San Felix

📋 copy color: '#1A6615'

red 26 ◦ green 102 ◦ blue 21

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

Shades of San Felix #1A6615

Tints of San Felix #1A6615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 68.46%

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 17.45%
G = 68.46%
B = 14.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#1A6615 (or 0x1A6615) is known color: San Felix. HEX triplet: 1A, 66 and 15. RGB value is (26,102,21). Sum of RGB (Red+Green+Blue) = 26+102+21=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 102 (40.23% from 255 or 68.46% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 102 - color contains mainly: green. Hex color #1A6615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6615 is #E599EA. Grayscale: #464646. Windows color (decimal): -15047147 or 1402394. OLE color: 1402394.

HSL color Cylindrical-coordinate representation of color #1A6615: hue angle of 116.3º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A6615 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB 26 102 21 -
CMYK 0.75 0 0.79 0.6
HSL 116.3º 0.66% 0.24% -
HSV(B) 116.3º 0.79% 0.4% -
XYZ 5.31 9.78 2.32 -
YUV 70.04 100.32 96.59 -
System Red Green Blue C M Y K H S L
Decimal 26 102 21 0.75 0 0.79 0.6 116.3 0.66 0.24
Hex 1A 66 15 4B 0 4F 3C 74 42 18
Octal 32 146 25 113 0 117 74 164 102 30
Binary 11010 1100110 10101 1001011 0 1001111 111100 1110100 1000010 11000

Color Harmonies of #1A6615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6615

Black with #1A6615

Text Example


Text Example

White with #1A6615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,102,21); }

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

background-color css

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

 a { background-color: rgb(26,102,21); }

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

border-color css

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

 span { border-color: rgb(26,102,21); }

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