Html Css Color HEX #0D941D Forest Green

📋 copy color: '#0D941D'

red 13 ◦ green 148 ◦ blue 29

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

Shades of Forest Green #0D941D

Tints of Forest Green #0D941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 77.89%

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

R = 6.84%
G = 77.89%
B = 15.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#0D941D (or 0x0D941D) is known color: Forest Green. HEX triplet: 0D, 94 and 1D. RGB value is (13,148,29). Sum of RGB (Red+Green+Blue) = 13+148+29=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 148 (58.20% from 255 or 77.89% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 148 - color contains mainly: green. Hex color #0D941D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D941D is #F26BE2. Grayscale: #5E5E5E. Windows color (decimal): -15887331 or 1938445. OLE color: 1938445.

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

Color convert

RGB 13 148 29 -
CMYK 0.91 0 0.80 0.42
HSL 127.11º 0.84% 0.32% -
HSV(B) 127.11º 0.91% 0.58% -
XYZ 10.98 21.35 4.71 -
YUV 94.07 91.27 70.18 -
System Red Green Blue C M Y K H S L
Decimal 13 148 29 0.91 0 0.80 0.42 127.11 0.84 0.32
Hex D 94 1D 5B 0 50 2A 7F 54 20
Octal 15 224 35 133 0 120 52 177 124 40
Binary 1101 10010100 11101 1011011 0 1010000 101010 1111111 1010100 100000

Color Harmonies of #0D941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D941D

Black with #0D941D

Text Example


Text Example

White with #0D941D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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