Html Css Color HEX #0D731E Forest Green

📋 copy color: '#0D731E'

red 13 ◦ green 115 ◦ blue 30

#0D731E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0D731E

Tints of Forest Green #0D731E

RGB

 RED value IS 13 (5.47% from 255) = 8.23%

 GREEN value IS 115 (45.31% from 255) = 72.78%

 BLUE value IS 30 (12.11% from 255) = 18.99%

R = 8.23%
G = 72.78%
B = 18.99%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#0D731E (or 0x0D731E) is known color: Forest Green. HEX triplet: 0D, 73 and 1E. RGB value is (13,115,30). Sum of RGB (Red+Green+Blue) = 13+115+30=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 115 (45.31% from 255 or 72.78% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 115 - color contains mainly: green. Hex color #0D731E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D731E is #F28CE1. Grayscale: #4B4B4B. Windows color (decimal): -15895778 or 1995533. OLE color: 1995533.

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

Color convert

RGB 13 115 30 -
CMYK 0.89 0 0.74 0.55
HSL 130º 0.8% 0.25% -
HSV(B) 130º 0.89% 0.45% -
XYZ 6.53 12.44 3.29 -
YUV 74.81 102.71 83.91 -
System Red Green Blue C M Y K H S L
Decimal 13 115 30 0.89 0 0.74 0.55 130 0.8 0.25
Hex D 73 1E 59 0 4A 37 82 50 19
Octal 15 163 36 131 0 112 67 202 120 31
Binary 1101 1110011 11110 1011001 0 1001010 110111 10000010 1010000 11001

Color Harmonies of #0D731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D731E

Black with #0D731E

Text Example


Text Example

White with #0D731E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D731E;
 }
 .AnyTagClassName
 {
   color: #0D731E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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