Html Css Color HEX #0D941B Forest Green

📋 copy color: '#0D941B'

red 13 ◦ green 148 ◦ blue 27

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

Shades of Forest Green #0D941B

Tints of Forest Green #0D941B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.36%

R = 6.91%
G = 78.72%
B = 14.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#0D941B (or 0x0D941B) is known color: Forest Green. HEX triplet: 0D, 94 and 1B. RGB value is (13,148,27). Sum of RGB (Red+Green+Blue) = 13+148+27=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 148 (58.20% from 255 or 78.72% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 148 - color contains mainly: green. Hex color #0D941B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D941B is #F26BE4. Grayscale: #5E5E5E. Windows color (decimal): -15887333 or 1807373. OLE color: 1807373.

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

Color convert

RGB 13 148 27 -
CMYK 0.91 0 0.82 0.42
HSL 126.22º 0.84% 0.32% -
HSV(B) 126.22º 0.91% 0.58% -
XYZ 10.95 21.34 4.58 -
YUV 93.84 90.27 70.34 -
System Red Green Blue C M Y K H S L
Decimal 13 148 27 0.91 0 0.82 0.42 126.22 0.84 0.32
Hex D 94 1B 5B 0 52 2A 7E 54 20
Octal 15 224 33 133 0 122 52 176 124 40
Binary 1101 10010100 11011 1011011 0 1010010 101010 1111110 1010100 100000

Color Harmonies of #0D941B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D941B

Black with #0D941B

Text Example


Text Example

White with #0D941B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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