#1A942B

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

Shades of Forest Green #1A942B

Tints of Forest Green #1A942B

Color information

#1A942B (or 0x1A942B) is unknown color: approx Forest Green. HEX triplet: 1A, 94 and 2B. RGB value is (26,148,43). Sum of RGB (Red+Green+Blue) = 26+148+43=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 148 (58.20% from 255 or 68.20% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 148 - color contains mainly: green. Hex color #1A942B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A942B is #E56BD4. Grayscale: #636363. Windows color (decimal): -15035349 or 2855962. OLE color: 2855962.

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

Color convert

RGB2614843-
CMYK0.8200.710.42
HSL128.36º70.11%34.12%-
HSV(B)128.36º82.43%58.04%-
XYZ11.4521.575.85-
YUV99.5596.0875.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.98%
GREEN value IS 148 (58.20% from 255) = 68.20%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=11.98%
G=68.20%
B=19.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26148430.8200.710.42128.3670.1134.12
Hex1A942B520472A804622
Octal322245312201075220010642
Binary1101010010100101011101001001000111101010100000001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,148,43); }

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

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

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

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

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

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

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