Html Css Color HEX #0D841D Forest Green

📋 copy color: '#0D841D'

red 13 ◦ green 132 ◦ blue 29

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

Shades of Forest Green #0D841D

Tints of Forest Green #0D841D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 75.86%

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

R = 7.47%
G = 75.86%
B = 16.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#0D841D (or 0x0D841D) is known color: Forest Green. HEX triplet: 0D, 84 and 1D. RGB value is (13,132,29). Sum of RGB (Red+Green+Blue) = 13+132+29=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 132 (51.95% from 255 or 75.86% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 132 - color contains mainly: green. Hex color #0D841D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D841D is #F27BE2. Grayscale: #545454. Windows color (decimal): -15891427 or 1934349. OLE color: 1934349.

HSL color Cylindrical-coordinate representation of color #0D841D: hue angle of 128.07º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D841D is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 132 29 -
CMYK 0.90 0 0.78 0.48
HSL 128.07º 0.82% 0.28% -
HSV(B) 128.07º 0.9% 0.52% -
XYZ 8.64 16.68 3.93 -
YUV 84.68 96.58 76.88 -
System Red Green Blue C M Y K H S L
Decimal 13 132 29 0.90 0 0.78 0.48 128.07 0.82 0.28
Hex D 84 1D 5A 0 4E 30 80 52 1C
Octal 15 204 35 132 0 116 60 200 122 34
Binary 1101 10000100 11101 1011010 0 1001110 110000 10000000 1010010 11100

Color Harmonies of #0D841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D841D

Black with #0D841D

Text Example


Text Example

White with #0D841D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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