Html Css Color HEX #0D9F1C Forest Green

📋 copy color: '#0D9F1C'

red 13 ◦ green 159 ◦ blue 28

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

Shades of Forest Green #0D9F1C

Tints of Forest Green #0D9F1C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 79.5%

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

R = 6.5%
G = 79.5%
B = 14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#0D9F1C (or 0x0D9F1C) is known color: Forest Green. HEX triplet: 0D, 9F and 1C. RGB value is (13,159,28). Sum of RGB (Red+Green+Blue) = 13+159+28=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 159 (62.5% from 255 or 79.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 159 - color contains mainly: green. Hex color #0D9F1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9F1C is #F260E3. Grayscale: #646464. Windows color (decimal): -15884516 or 1875725. OLE color: 1875725.

HSL color Cylindrical-coordinate representation of color #0D9F1C: hue angle of 126.16º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9F1C is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 159 28 -
CMYK 0.92 0 0.82 0.38
HSL 126.16º 0.85% 0.34% -
HSV(B) 126.16º 0.92% 0.62% -
XYZ 12.77 24.97 5.24 -
YUV 100.41 87.13 65.65 -
System Red Green Blue C M Y K H S L
Decimal 13 159 28 0.92 0 0.82 0.38 126.16 0.85 0.34
Hex D 9F 1C 5C 0 52 26 7E 55 22
Octal 15 237 34 134 0 122 46 176 125 42
Binary 1101 10011111 11100 1011100 0 1010010 100110 1111110 1010101 100010

Color Harmonies of #0D9F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9F1C

Black with #0D9F1C

Text Example


Text Example

White with #0D9F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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