Html Css Color HEX #0D951F Forest Green

📋 copy color: '#0D951F'

red 13 ◦ green 149 ◦ blue 31

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

Shades of Forest Green #0D951F

Tints of Forest Green #0D951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 77.2%

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

R = 6.74%
G = 77.2%
B = 16.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#0D951F (or 0x0D951F) is known color: Forest Green. HEX triplet: 0D, 95 and 1F. RGB value is (13,149,31). Sum of RGB (Red+Green+Blue) = 13+149+31=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 149 (58.59% from 255 or 77.20% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 149 - color contains mainly: green. Hex color #0D951F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D951F is #F26AE0. Grayscale: #5F5F5F. Windows color (decimal): -15887073 or 2069773. OLE color: 2069773.

HSL color Cylindrical-coordinate representation of color #0D951F: hue angle of 127.94º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D951F is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 149 31 -
CMYK 0.91 0 0.79 0.42
HSL 127.94º 0.84% 0.32% -
HSV(B) 127.94º 0.91% 0.58% -
XYZ 11.16 21.68 4.89 -
YUV 94.88 91.94 69.59 -
System Red Green Blue C M Y K H S L
Decimal 13 149 31 0.91 0 0.79 0.42 127.94 0.84 0.32
Hex D 95 1F 5B 0 4F 2A 80 54 20
Octal 15 225 37 133 0 117 52 200 124 40
Binary 1101 10010101 11111 1011011 0 1001111 101010 10000000 1010100 100000

Color Harmonies of #0D951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D951F

Black with #0D951F

Text Example


Text Example

White with #0D951F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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