Html Css Color HEX #0C831C Forest Green

📋 copy color: '#0C831C'

red 12 ◦ green 131 ◦ blue 28

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

Shades of Forest Green #0C831C

Tints of Forest Green #0C831C

RGB

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

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

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

R = 7.02%
G = 76.61%
B = 16.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#0C831C (or 0x0C831C) is known color: Forest Green. HEX triplet: 0C, 83 and 1C. RGB value is (12,131,28). Sum of RGB (Red+Green+Blue) = 12+131+28=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 131 (51.56% from 255 or 76.61% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 131 - color contains mainly: green. Hex color #0C831C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C831C is #F37CE3. Grayscale: #535353. Windows color (decimal): -15957220 or 1868556. OLE color: 1868556.

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

Color convert

RGB 12 131 28 -
CMYK 0.91 0 0.79 0.49
HSL 128.07º 0.83% 0.28% -
HSV(B) 128.07º 0.91% 0.51% -
XYZ 8.48 16.39 3.82 -
YUV 83.68 96.58 76.88 -
System Red Green Blue C M Y K H S L
Decimal 12 131 28 0.91 0 0.79 0.49 128.07 0.83 0.28
Hex C 83 1C 5B 0 4F 31 80 53 1C
Octal 14 203 34 133 0 117 61 200 123 34
Binary 1100 10000011 11100 1011011 0 1001111 110001 10000000 1010011 11100

Color Harmonies of #0C831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C831C

Black with #0C831C

Text Example


Text Example

White with #0C831C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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