#1A951A

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

Shades of Forest Green #1A951A

Tints of Forest Green #1A951A

Color information

#1A951A (or 0x1A951A) is unknown color: approx Forest Green. HEX triplet: 1A, 95 and 1A. RGB value is (26,149,26). Sum of RGB (Red+Green+Blue) = 26+149+26=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 149 (58.59% from 255 or 74.13% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 149 - color contains mainly: green. Hex color #1A951A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A951A is #E56AE5. Grayscale: #626262. Windows color (decimal): -15035110 or 1742106. OLE color: 1742106.

HSL color Cylindrical-coordinate representation of color #1A951A: hue angle of 120º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A951A is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB2614926-
CMYK0.8300.830.42
HSL120º70.29%34.31%-
HSV(B)120º82.55%58.43%-
XYZ11.3621.794.58-
YUV98.287.2576.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.94%
GREEN value IS 149 (58.59% from 255) = 74.13%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=12.94%
G=74.13%
B=12.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26149260.8300.830.4212070.2934.31
Hex1A951A530532A784622
Octal322253212301235217010642
Binary11010100101011101010100110101001110101011110001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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