Html Css Color HEX #0D831C Forest Green

📋 copy color: '#0D831C'

red 13 ◦ green 131 ◦ blue 28

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

Shades of Forest Green #0D831C

Tints of Forest Green #0D831C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 76.16%

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

R = 7.56%
G = 76.16%
B = 16.28%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#0D831C (or 0x0D831C) is known color: Forest Green. HEX triplet: 0D, 83 and 1C. RGB value is (13,131,28). Sum of RGB (Red+Green+Blue) = 13+131+28=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 131 (51.56% from 255 or 76.16% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 131 - color contains mainly: green. Hex color #0D831C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D831C is #F27CE3. Grayscale: #545454. Windows color (decimal): -15891684 or 1868557. OLE color: 1868557.

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

Color convert

RGB 13 131 28 -
CMYK 0.90 0 0.79 0.49
HSL 127.63º 0.82% 0.28% -
HSV(B) 127.63º 0.9% 0.51% -
XYZ 8.49 16.4 3.82 -
YUV 83.98 96.41 77.38 -
System Red Green Blue C M Y K H S L
Decimal 13 131 28 0.90 0 0.79 0.49 127.63 0.82 0.28
Hex D 83 1C 5A 0 4F 31 80 52 1C
Octal 15 203 34 132 0 117 61 200 122 34
Binary 1101 10000011 11100 1011010 0 1001111 110001 10000000 1010010 11100

Color Harmonies of #0D831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D831C

Black with #0D831C

Text Example


Text Example

White with #0D831C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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