#0D922F

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

Shades of Forest Green #0D922F

Tints of Forest Green #0D922F

Color information

#0D922F (or 0x0D922F) is unknown color: approx Forest Green. HEX triplet: 0D, 92 and 2F. RGB value is (13,146,47). Sum of RGB (Red+Green+Blue) = 13+146+47=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 146 (57.42% from 255 or 70.87% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 146 - color contains mainly: green. Hex color #0D922F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D922F is #F26DD0. Grayscale: #5F5F5F. Windows color (decimal): -15887825 or 3117581. OLE color: 3117581.

HSL color Cylindrical-coordinate representation of color #0D922F: hue angle of 135.34º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D922F is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB1314647-
CMYK0.9100.680.43
HSL135.34º83.65%31.18%-
HSV(B)135.34º91.1%57.25%-
XYZ10.9620.856.14-
YUV94.95100.9469.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.31%
GREEN value IS 146 (57.42% from 255) = 70.87%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=6.31%
G=70.87%
B=22.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13146470.9100.680.43135.3483.6531.18
HexD922F5B0442B87541f
Octal152225713301045320712437
Binary11011001001010111110110110100010010101110000111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D922F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,146,47); }

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

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

 a { background-color: rgb(13,146,47); }

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

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

 span { border-color: rgb(13,146,47); }

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