Html Css Color HEX #0C841F Forest Green

📋 copy color: '#0C841F'

red 12 ◦ green 132 ◦ blue 31

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

Shades of Forest Green #0C841F

Tints of Forest Green #0C841F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 6.86%
G = 75.43%
B = 17.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#0C841F (or 0x0C841F) is known color: Forest Green. HEX triplet: 0C, 84 and 1F. RGB value is (12,132,31). Sum of RGB (Red+Green+Blue) = 12+132+31=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 132 (51.95% from 255 or 75.43% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 132 - color contains mainly: green. Hex color #0C841F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C841F is #F37BE0. Grayscale: #545454. Windows color (decimal): -15956961 or 2065420. OLE color: 2065420.

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

Color convert

RGB 12 132 31 -
CMYK 0.91 0 0.77 0.48
HSL 129.5º 0.83% 0.28% -
HSV(B) 129.5º 0.91% 0.52% -
XYZ 8.65 16.68 4.06 -
YUV 84.61 97.74 76.21 -
System Red Green Blue C M Y K H S L
Decimal 12 132 31 0.91 0 0.77 0.48 129.5 0.83 0.28
Hex C 84 1F 5B 0 4D 30 82 53 1C
Octal 14 204 37 133 0 115 60 202 123 34
Binary 1100 10000100 11111 1011011 0 1001101 110000 10000010 1010011 11100

Color Harmonies of #0C841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C841F

Black with #0C841F

Text Example


Text Example

White with #0C841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,132,31); }

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

background-color css

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

 a { background-color: rgb(12,132,31); }

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

border-color css

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

 span { border-color: rgb(12,132,31); }

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