Html Css Color HEX #0C831E Forest Green

📋 copy color: '#0C831E'

red 12 ◦ green 131 ◦ blue 30

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

Shades of Forest Green #0C831E

Tints of Forest Green #0C831E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.34%

R = 6.94%
G = 75.72%
B = 17.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#0C831E (or 0x0C831E) is known color: Forest Green. HEX triplet: 0C, 83 and 1E. RGB value is (12,131,30). Sum of RGB (Red+Green+Blue) = 12+131+30=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 131 (51.56% from 255 or 75.72% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 131 - color contains mainly: green. Hex color #0C831E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C831E is #F37CE1. Grayscale: #545454. Windows color (decimal): -15957218 or 1999628. OLE color: 1999628.

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

Color convert

RGB 12 131 30 -
CMYK 0.91 0 0.77 0.49
HSL 129.08º 0.83% 0.28% -
HSV(B) 129.08º 0.91% 0.51% -
XYZ 8.5 16.4 3.95 -
YUV 83.91 97.58 76.71 -
System Red Green Blue C M Y K H S L
Decimal 12 131 30 0.91 0 0.77 0.49 129.08 0.83 0.28
Hex C 83 1E 5B 0 4D 31 81 53 1C
Octal 14 203 36 133 0 115 61 201 123 34
Binary 1100 10000011 11110 1011011 0 1001101 110001 10000001 1010011 11100

Color Harmonies of #0C831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C831E

Black with #0C831E

Text Example


Text Example

White with #0C831E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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