#13921A

Color #13921A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #13921A

Tints of Forest Green #13921A

Color information

#13921A (or 0x13921A) is unknown color: approx Forest Green. HEX triplet: 13, 92 and 1A. RGB value is (19,146,26). Sum of RGB (Red+Green+Blue) = 19+146+26=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 146 (57.42% from 255 or 76.44% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 146 - color contains mainly: green. Hex color #13921A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13921A is #EC6DE5. Grayscale: #5E5E5E. Windows color (decimal): -15494630 or 1741331. OLE color: 1741331.

HSL color Cylindrical-coordinate representation of color #13921A: hue angle of 123.31º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13921A is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB1914626-
CMYK0.8700.820.43
HSL123.31º76.97%32.35%-
HSV(B)123.31º86.99%57.25%-
XYZ10.7320.774.42-
YUV94.3589.4274.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 146 (57.42% from 255) = 76.44%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=9.95%
G=76.44%
B=13.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19146260.8700.820.43123.3176.9732.35
Hex13921A570522B7b4d20
Octal232223212701225317311540
Binary10011100100101101010101110101001010101111110111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13921A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13921A;
 }
 .AnyTagClassName
 {
   color: #13921A;
 }
</style>
background-color css

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

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

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

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

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

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