Html Css Color HEX #0D8D31 Forest Green

📋 copy color: '#0D8D31'

red 13 ◦ green 141 ◦ blue 49

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

Shades of Forest Green #0D8D31

Tints of Forest Green #0D8D31

RGB

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

 GREEN value IS 141 (55.47% from 255) = 69.46%

 BLUE value IS 49 (19.53% from 255) = 24.14%

R = 6.4%
G = 69.46%
B = 24.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#0D8D31 (or 0x0D8D31) is known color: Forest Green. HEX triplet: 0D, 8D and 31. RGB value is (13,141,49). Sum of RGB (Red+Green+Blue) = 13+141+49=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 141 (55.47% from 255 or 69.46% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 141 - color contains mainly: green. Hex color #0D8D31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8D31 is #F272CE. Grayscale: #5C5C5C. Windows color (decimal): -15889103 or 3247373. OLE color: 3247373.

HSL color Cylindrical-coordinate representation of color #0D8D31: hue angle of 136.88º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8D31 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 13 141 49 -
CMYK 0.91 0 0.65 0.45
HSL 136.88º 0.83% 0.3% -
HSV(B) 136.88º 0.91% 0.55% -
XYZ 10.25 19.36 6.1 -
YUV 92.24 103.59 71.48 -
System Red Green Blue C M Y K H S L
Decimal 13 141 49 0.91 0 0.65 0.45 136.88 0.83 0.3
Hex D 8D 31 5B 0 41 2D 89 53 1E
Octal 15 215 61 133 0 101 55 211 123 36
Binary 1101 10001101 110001 1011011 0 1000001 101101 10001001 1010011 11110

Color Harmonies of #0D8D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8D31

Black with #0D8D31

Text Example


Text Example

White with #0D8D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,141,49); }

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

background-color css

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

 a { background-color: rgb(13,141,49); }

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

border-color css

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

 span { border-color: rgb(13,141,49); }

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