Html Css Color HEX #0D731C Forest Green

📋 copy color: '#0D731C'

red 13 ◦ green 115 ◦ blue 28

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

Shades of Forest Green #0D731C

Tints of Forest Green #0D731C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 8.33%
G = 73.72%
B = 17.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#0D731C (or 0x0D731C) is known color: Forest Green. HEX triplet: 0D, 73 and 1C. RGB value is (13,115,28). Sum of RGB (Red+Green+Blue) = 13+115+28=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #0D731C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D731C is #F28CE3. Grayscale: #4A4A4A. Windows color (decimal): -15895780 or 1864461. OLE color: 1864461.

HSL color Cylindrical-coordinate representation of color #0D731C: hue angle of 128.82º 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 #0D731C is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 115 28 -
CMYK 0.89 0 0.76 0.55
HSL 128.82º 0.8% 0.25% -
HSV(B) 128.82º 0.89% 0.45% -
XYZ 6.51 12.43 3.16 -
YUV 74.58 101.71 84.07 -
System Red Green Blue C M Y K H S L
Decimal 13 115 28 0.89 0 0.76 0.55 128.82 0.8 0.25
Hex D 73 1C 59 0 4C 37 81 50 19
Octal 15 163 34 131 0 114 67 201 120 31
Binary 1101 1110011 11100 1011001 0 1001100 110111 10000001 1010000 11001

Color Harmonies of #0D731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D731C

Black with #0D731C

Text Example


Text Example

White with #0D731C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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