#0A941D

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

Shades of Forest Green #0A941D

Tints of Forest Green #0A941D

Color information

#0A941D (or 0x0A941D) is unknown color: approx Forest Green. HEX triplet: 0A, 94 and 1D. RGB value is (10,148,29). Sum of RGB (Red+Green+Blue) = 10+148+29=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 148 (58.20% from 255 or 79.14% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 148 - color contains mainly: green. Hex color #0A941D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A941D is #F56BE2. Grayscale: #5D5D5D. Windows color (decimal): -16083939 or 1938442. OLE color: 1938442.

HSL color Cylindrical-coordinate representation of color #0A941D: hue angle of 128.26º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A941D is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1014829-
CMYK0.9300.800.42
HSL128.26º87.34%30.98%-
HSV(B)128.26º93.24%58.04%-
XYZ10.9421.334.7-
YUV93.1791.7868.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 148 (58.20% from 255) = 79.14%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=5.35%
G=79.14%
B=15.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10148290.9300.800.42128.2687.3430.98
HexA941D5D0502A80571f
Octal122243513501205220012737
Binary1010100101001110110111010101000010101010000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A941D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A941D; }

 p { color: rgb(10,148,29); }

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

<style>
 a { background-color: #0A941D; }

 a { background-color: rgb(10,148,29); }

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

<style>
 span { border-color: #0A941D; }

 span { border-color: rgb(10,148,29); }

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