#1A9434

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

Shades of Forest Green #1A9434

Tints of Forest Green #1A9434

Color information

#1A9434 (or 0x1A9434) is unknown color: approx Forest Green. HEX triplet: 1A, 94 and 34. RGB value is (26,148,52). Sum of RGB (Red+Green+Blue) = 26+148+52=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #1A9434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9434 is #E56BCB. Grayscale: #646464. Windows color (decimal): -15035340 or 3445786. OLE color: 3445786.

HSL color Cylindrical-coordinate representation of color #1A9434: hue angle of 132.79º 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 #1A9434 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB2614852-
CMYK0.8200.650.42
HSL132.79º70.11%34.12%-
HSV(B)132.79º82.43%58.04%-
XYZ11.6421.656.81-
YUV100.58100.5874.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.50%
GREEN value IS 148 (58.20% from 255) = 65.49%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=11.50%
G=65.49%
B=23.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26148520.8200.650.42132.7970.1134.12
Hex1A9434520412A854622
Octal322246412201015220510642
Binary1101010010100110100101001001000001101010100001011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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