Html Css Color HEX #0D851F Forest Green

📋 copy color: '#0D851F'

red 13 ◦ green 133 ◦ blue 31

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

Shades of Forest Green #0D851F

Tints of Forest Green #0D851F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 75.14%

 BLUE value IS 31 (12.5% from 255) = 17.51%

R = 7.34%
G = 75.14%
B = 17.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#0D851F (or 0x0D851F) is known color: Forest Green. HEX triplet: 0D, 85 and 1F. RGB value is (13,133,31). Sum of RGB (Red+Green+Blue) = 13+133+31=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #0D851F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D851F is #F27AE0. Grayscale: #555555. Windows color (decimal): -15891169 or 2065677. OLE color: 2065677.

HSL color Cylindrical-coordinate representation of color #0D851F: hue angle of 129º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D851F is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 133 31 -
CMYK 0.90 0 0.77 0.48
HSL 129º 0.82% 0.29% -
HSV(B) 129º 0.9% 0.52% -
XYZ 8.8 16.96 4.11 -
YUV 85.49 97.24 76.29 -
System Red Green Blue C M Y K H S L
Decimal 13 133 31 0.90 0 0.77 0.48 129 0.82 0.29
Hex D 85 1F 5A 0 4D 30 81 52 1D
Octal 15 205 37 132 0 115 60 201 122 35
Binary 1101 10000101 11111 1011010 0 1001101 110000 10000001 1010010 11101

Color Harmonies of #0D851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D851F

Black with #0D851F

Text Example


Text Example

White with #0D851F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,133,31); }

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

background-color css

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

 a { background-color: rgb(13,133,31); }

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

border-color css

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

 span { border-color: rgb(13,133,31); }

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