#0D751D

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

Shades of Forest Green #0D751D

Tints of Forest Green #0D751D

Color information

#0D751D (or 0x0D751D) is unknown color: approx Forest Green. HEX triplet: 0D, 75 and 1D. RGB value is (13,117,29). Sum of RGB (Red+Green+Blue) = 13+117+29=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #0D751D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D751D is #F28AE2. Grayscale: #4C4C4C. Windows color (decimal): -15895267 or 1930509. OLE color: 1930509.

HSL color Cylindrical-coordinate representation of color #0D751D: hue angle of 129.23º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D751D is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1311729-
CMYK0.8900.750.54
HSL129.23º80%25.49%-
HSV(B)129.23º88.89%45.88%-
XYZ6.7512.93.3-
YUV75.87101.5483.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.18%
GREEN value IS 117 (46.09% from 255) = 73.58%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=8.18%
G=73.58%
B=18.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13117290.8900.750.54129.238025.49
HexD751D5904B36815019
Octal151653513101136620112031
Binary110111101011110110110010100101111011010000001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D751D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,117,29); }

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

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

 a { background-color: rgb(13,117,29); }

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

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

 span { border-color: rgb(13,117,29); }

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