Html Css Color HEX #0D981C Forest Green

📋 copy color: '#0D981C'

red 13 ◦ green 152 ◦ blue 28

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

Shades of Forest Green #0D981C

Tints of Forest Green #0D981C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 78.76%

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

R = 6.74%
G = 78.76%
B = 14.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#0D981C (or 0x0D981C) is known color: Forest Green. HEX triplet: 0D, 98 and 1C. RGB value is (13,152,28). Sum of RGB (Red+Green+Blue) = 13+152+28=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 152 (59.77% from 255 or 78.76% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 152 - color contains mainly: green. Hex color #0D981C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D981C is #F267E3. Grayscale: #606060. Windows color (decimal): -15886308 or 1873933. OLE color: 1873933.

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

Color convert

RGB 13 152 28 -
CMYK 0.91 0 0.82 0.40
HSL 126.47º 0.84% 0.32% -
HSV(B) 126.47º 0.91% 0.6% -
XYZ 11.6 22.63 4.85 -
YUV 96.3 89.45 68.58 -
System Red Green Blue C M Y K H S L
Decimal 13 152 28 0.91 0 0.82 0.40 126.47 0.84 0.32
Hex D 98 1C 5B 0 52 28 7E 54 20
Octal 15 230 34 133 0 122 50 176 124 40
Binary 1101 10011000 11100 1011011 0 1010010 101000 1111110 1010100 100000

Color Harmonies of #0D981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D981C

Black with #0D981C

Text Example


Text Example

White with #0D981C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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