Html Css Color HEX #0C831D Forest Green

📋 copy color: '#0C831D'

red 12 ◦ green 131 ◦ blue 29

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

Shades of Forest Green #0C831D

Tints of Forest Green #0C831D

RGB

 RED value IS 12 (5.08% from 255) = 6.98%

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

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

R = 6.98%
G = 76.16%
B = 16.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#0C831D (or 0x0C831D) is known color: Forest Green. HEX triplet: 0C, 83 and 1D. RGB value is (12,131,29). Sum of RGB (Red+Green+Blue) = 12+131+29=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 131 (51.56% from 255 or 76.16% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 131 - color contains mainly: green. Hex color #0C831D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C831D is #F37CE2. Grayscale: #545454. Windows color (decimal): -15957219 or 1934092. OLE color: 1934092.

HSL color Cylindrical-coordinate representation of color #0C831D: hue angle of 128.57º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C831D is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 12 131 29 -
CMYK 0.91 0 0.78 0.49
HSL 128.57º 0.83% 0.28% -
HSV(B) 128.57º 0.91% 0.51% -
XYZ 8.49 16.4 3.88 -
YUV 83.79 97.08 76.79 -
System Red Green Blue C M Y K H S L
Decimal 12 131 29 0.91 0 0.78 0.49 128.57 0.83 0.28
Hex C 83 1D 5B 0 4E 31 81 53 1C
Octal 14 203 35 133 0 116 61 201 123 34
Binary 1100 10000011 11101 1011011 0 1001110 110001 10000001 1010011 11100

Color Harmonies of #0C831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C831D

Black with #0C831D

Text Example


Text Example

White with #0C831D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,131,29); }

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

background-color css

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

 a { background-color: rgb(12,131,29); }

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

border-color css

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

 span { border-color: rgb(12,131,29); }

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