#0A942F

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

Shades of Forest Green #0A942F

Tints of Forest Green #0A942F

Color information

#0A942F (or 0x0A942F) is unknown color: approx Forest Green. HEX triplet: 0A, 94 and 2F. RGB value is (10,148,47). Sum of RGB (Red+Green+Blue) = 10+148+47=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 148 (58.20% from 255 or 72.20% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 148 - color contains mainly: green. Hex color #0A942F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A942F is #F56BD0. Grayscale: #5F5F5F. Windows color (decimal): -16083921 or 3118090. OLE color: 3118090.

HSL color Cylindrical-coordinate representation of color #0A942F: hue angle of 136.09º 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 #0A942F is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1014847-
CMYK0.9300.680.42
HSL136.09º87.34%30.98%-
HSV(B)136.09º93.24%58.04%-
XYZ11.2321.456.24-
YUV95.22100.7867.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.88%
GREEN value IS 148 (58.20% from 255) = 72.20%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=4.88%
G=72.20%
B=22.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10148470.9300.680.42136.0987.3430.98
HexA942F5D0442A88571f
Octal122245713501045221012737
Binary10101001010010111110111010100010010101010001000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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