Html Css Color HEX #0D991C Forest Green

📋 copy color: '#0D991C'

red 13 ◦ green 153 ◦ blue 28

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

Shades of Forest Green #0D991C

Tints of Forest Green #0D991C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 78.87%

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

R = 6.7%
G = 78.87%
B = 14.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#0D991C (or 0x0D991C) is known color: Forest Green. HEX triplet: 0D, 99 and 1C. RGB value is (13,153,28). Sum of RGB (Red+Green+Blue) = 13+153+28=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 153 (60.16% from 255 or 78.87% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 153 - color contains mainly: green. Hex color #0D991C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D991C is #F266E3. Grayscale: #616161. Windows color (decimal): -15886052 or 1874189. OLE color: 1874189.

HSL color Cylindrical-coordinate representation of color #0D991C: hue angle of 126.43º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D991C is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 13 153 28 -
CMYK 0.92 0 0.82 0.4
HSL 126.43º 0.84% 0.33% -
HSV(B) 126.43º 0.92% 0.6% -
XYZ 11.77 22.95 4.91 -
YUV 96.89 89.12 68.16 -
System Red Green Blue C M Y K H S L
Decimal 13 153 28 0.92 0 0.82 0.4 126.43 0.84 0.33
Hex D 99 1C 5C 0 52 28 7E 54 21
Octal 15 231 34 134 0 122 50 176 124 41
Binary 1101 10011001 11100 1011100 0 1010010 101000 1111110 1010100 100001

Color Harmonies of #0D991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D991C

Black with #0D991C

Text Example


Text Example

White with #0D991C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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