Html Css Color HEX #0D981D Forest Green

📋 copy color: '#0D981D'

red 13 ◦ green 152 ◦ blue 29

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

Shades of Forest Green #0D981D

Tints of Forest Green #0D981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 6.7%
G = 78.35%
B = 14.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#0D981D (or 0x0D981D) is known color: Forest Green. HEX triplet: 0D, 98 and 1D. RGB value is (13,152,29). Sum of RGB (Red+Green+Blue) = 13+152+29=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 152 (59.77% from 255 or 78.35% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 152 - color contains mainly: green. Hex color #0D981D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D981D is #F267E2. Grayscale: #606060. Windows color (decimal): -15886307 or 1939469. OLE color: 1939469.

HSL color Cylindrical-coordinate representation of color #0D981D: hue angle of 126.91º 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 #0D981D is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 13 152 29 -
CMYK 0.91 0 0.81 0.40
HSL 126.91º 0.84% 0.32% -
HSV(B) 126.91º 0.91% 0.6% -
XYZ 11.62 22.63 4.92 -
YUV 96.42 89.95 68.5 -
System Red Green Blue C M Y K H S L
Decimal 13 152 29 0.91 0 0.81 0.40 126.91 0.84 0.32
Hex D 98 1D 5B 0 51 28 7F 54 20
Octal 15 230 35 133 0 121 50 177 124 40
Binary 1101 10011000 11101 1011011 0 1010001 101000 1111111 1010100 100000

Color Harmonies of #0D981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D981D

Black with #0D981D

Text Example


Text Example

White with #0D981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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