#10A21D

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

Shades of Forest Green #10A21D

Tints of Forest Green #10A21D

Color information

#10A21D (or 0x10A21D) is unknown color: approx Forest Green. HEX triplet: 10, A2 and 1D. RGB value is (16,162,29). Sum of RGB (Red+Green+Blue) = 16+162+29=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 162 (63.67% from 255 or 78.26% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 162 - color contains mainly: green. Hex color #10A21D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A21D is #EF5DE2. Grayscale: #676767. Windows color (decimal): -15687139 or 1942032. OLE color: 1942032.

HSL color Cylindrical-coordinate representation of color #10A21D: hue angle of 125.34º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A21D is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1616229-
CMYK0.9000.820.36
HSL125.34º82.02%34.9%-
HSV(B)125.34º90.12%63.53%-
XYZ13.3626.045.48-
YUV103.1886.1365.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 162 (63.67% from 255) = 78.26%
BLUE value IS 29 (11.72% from 255) = 14.01%
R=7.73%
G=78.26%
B=14.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16162290.9000.820.36125.3482.0234.9
Hex10A21D5A052247d5223
Octal202423513201224417512243
Binary10000101000101110110110100101001010010011111011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10A21D; }

 p { color: rgb(16,162,29); }

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

<style>
 a { background-color: #10A21D; }

 a { background-color: rgb(16,162,29); }

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

<style>
 span { border-color: #10A21D; }

 span { border-color: rgb(16,162,29); }

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