#1A8430

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

Shades of Forest Green #1A8430

Tints of Forest Green #1A8430

Color information

#1A8430 (or 0x1A8430) is unknown color: approx Forest Green. HEX triplet: 1A, 84 and 30. RGB value is (26,132,48). Sum of RGB (Red+Green+Blue) = 26+132+48=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #1A8430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8430 is #E57BCF. Grayscale: #5A5A5A. Windows color (decimal): -15039440 or 3179546. OLE color: 3179546.

HSL color Cylindrical-coordinate representation of color #1A8430: hue angle of 132.45º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8430 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB2613248-
CMYK0.8000.640.48
HSL132.45º67.09%30.98%-
HSV(B)132.45º80.3%51.76%-
XYZ9.2116.945.58-
YUV90.73103.8881.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.62%
GREEN value IS 132 (51.95% from 255) = 64.08%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=12.62%
G=64.08%
B=23.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal26132480.8000.640.48132.4567.0930.98
Hex1A8430500403084431f
Octal322046012001006020410337
Binary110101000010011000010100000100000011000010000100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,132,48); }

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

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

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

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

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

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

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