#0D7B1E

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

Shades of Forest Green #0D7B1E

Tints of Forest Green #0D7B1E

Color information

#0D7B1E (or 0x0D7B1E) is unknown color: approx Forest Green. HEX triplet: 0D, 7B and 1E. RGB value is (13,123,30). Sum of RGB (Red+Green+Blue) = 13+123+30=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 123 (48.44% from 255 or 74.10% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 123 - color contains mainly: green. Hex color #0D7B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7B1E is #F284E1. Grayscale: #4F4F4F. Windows color (decimal): -15893730 or 1997581. OLE color: 1997581.

HSL color Cylindrical-coordinate representation of color #0D7B1E: hue angle of 129.27º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7B1E is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB1312330-
CMYK0.8900.760.52
HSL129.27º80.88%26.67%-
HSV(B)129.27º89.43%48.24%-
XYZ7.4814.353.6-
YUV79.51100.0680.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.83%
GREEN value IS 123 (48.44% from 255) = 74.10%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=7.83%
G=74.10%
B=18.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13123300.8900.760.52129.2780.8826.67
HexD7B1E5904C3481511b
Octal151733613101146420112133
Binary110111110111111010110010100110011010010000001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,123,30); }

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

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

 a { background-color: rgb(13,123,30); }

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

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

 span { border-color: rgb(13,123,30); }

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