Html Css Color HEX #1A9313 Forest Green

📋 copy color: '#1A9313'

red 26 ◦ green 147 ◦ blue 19

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

Shades of Forest Green #1A9313

Tints of Forest Green #1A9313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 76.56%

 BLUE value IS 19 (7.81% from 255) = 9.9%

R = 13.54%
G = 76.56%
B = 9.9%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#1A9313 (or 0x1A9313) is known color: Forest Green. HEX triplet: 1A, 93 and 13. RGB value is (26,147,19). Sum of RGB (Red+Green+Blue) = 26+147+19=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 147 (57.81% from 255 or 76.56% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9313 is #E56CEC. Grayscale: #606060. Windows color (decimal): -15035629 or 1282842. OLE color: 1282842.

HSL color Cylindrical-coordinate representation of color #1A9313: hue angle of 116.72º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A9313 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 26 147 19 -
CMYK 0.82 0 0.87 0.42
HSL 116.72º 0.77% 0.33% -
HSV(B) 116.72º 0.87% 0.58% -
XYZ 10.98 21.13 4.12 -
YUV 96.23 84.41 77.91 -
System Red Green Blue C M Y K H S L
Decimal 26 147 19 0.82 0 0.87 0.42 116.72 0.77 0.33
Hex 1A 93 13 52 0 57 2A 75 4D 21
Octal 32 223 23 122 0 127 52 165 115 41
Binary 11010 10010011 10011 1010010 0 1010111 101010 1110101 1001101 100001

Color Harmonies of #1A9313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9313

Black with #1A9313

Text Example


Text Example

White with #1A9313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,147,19); }

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

background-color css

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

 a { background-color: rgb(26,147,19); }

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

border-color css

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

 span { border-color: rgb(26,147,19); }

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