#0D942E

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

Shades of Forest Green #0D942E

Tints of Forest Green #0D942E

Color information

#0D942E (or 0x0D942E) is unknown color: approx Forest Green. HEX triplet: 0D, 94 and 2E. RGB value is (13,148,46). Sum of RGB (Red+Green+Blue) = 13+148+46=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 148 (58.20% from 255 or 71.50% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 148 - color contains mainly: green. Hex color #0D942E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D942E is #F26BD1. Grayscale: #606060. Windows color (decimal): -15887314 or 3052557. OLE color: 3052557.

HSL color Cylindrical-coordinate representation of color #0D942E: hue angle of 134.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D942E is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1314846-
CMYK0.9100.690.42
HSL134.67º83.85%31.57%-
HSV(B)134.67º91.22%58.04%-
XYZ11.2521.466.13-
YUV96.0199.7768.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.28%
GREEN value IS 148 (58.20% from 255) = 71.50%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=6.28%
G=71.50%
B=22.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13148460.9100.690.42134.6783.8531.57
HexD942E5B0452A875420
Octal152245613301055220712440
Binary110110010100101110101101101000101101010100001111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,148,46); }

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

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

 a { background-color: rgb(13,148,46); }

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

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

 span { border-color: rgb(13,148,46); }

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