#13951a

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

Shades of Forest Green #13951A

Tints of Forest Green #13951A

Color information

#13951A (or 0x13951A) is unknown color: approx Forest Green. HEX triplet: 13, 95 and 1A. RGB value is (19,149,26). Sum of RGB (Red+Green+Blue) = 19+149+26=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 149 (58.59% from 255 or 76.80% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 149 - color contains mainly: green. Hex color #13951A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13951A is #EC6AE5. Grayscale: #606060. Windows color (decimal): -15493862 or 1742099. OLE color: 1742099.

HSL color Cylindrical-coordinate representation of color #13951A: hue angle of 123.23º 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 #13951A is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1914926-
CMYK0.8700.830.42
HSL123.23º77.38%32.94%-
HSV(B)123.23º87.25%58.43%-
XYZ11.221.714.58-
YUV96.1188.4373-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 149 (58.59% from 255) = 76.80%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=9.79%
G=76.80%
B=13.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19149260.8700.830.42123.2377.3832.94
Hex13951A570532A7b4d21
Octal232253212701235217311541
Binary10011100101011101010101110101001110101011110111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13951a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13951a; }

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

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

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

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

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

<style>
 span { border-color: #13951a; }

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

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