#1D921A

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

Shades of Forest Green #1D921A

Tints of Forest Green #1D921A

Color information

#1D921A (or 0x1D921A) is unknown color: approx Forest Green. HEX triplet: 1D, 92 and 1A. RGB value is (29,146,26). Sum of RGB (Red+Green+Blue) = 29+146+26=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 146 (57.42% from 255 or 72.64% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 146 - color contains mainly: green. Hex color #1D921A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D921A is #E26DE5. Grayscale: #616161. Windows color (decimal): -14839270 or 1741341. OLE color: 1741341.

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

Color convert

RGB2914626-
CMYK0.8000.820.43
HSL118.5º69.77%33.73%-
HSV(B)118.5º82.19%57.25%-
XYZ10.9720.894.43-
YUV97.3487.7479.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.43%
GREEN value IS 146 (57.42% from 255) = 72.64%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=14.43%
G=72.64%
B=12.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal29146260.8000.820.43118.569.7733.73
Hex1D921A500522B764622
Octal352223212001225316610642
Binary11101100100101101010100000101001010101111101101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D921A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,146,26); }

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

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

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

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

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

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

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