Html Css Color HEX #0C841E Forest Green

📋 copy color: '#0C841E'

red 12 ◦ green 132 ◦ blue 30

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

Shades of Forest Green #0C841E

Tints of Forest Green #0C841E

RGB

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

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

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

R = 6.9%
G = 75.86%
B = 17.24%

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

#0C841E (or 0x0C841E) is known color: Forest Green. HEX triplet: 0C, 84 and 1E. RGB value is (12,132,30). Sum of RGB (Red+Green+Blue) = 12+132+30=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 132 (51.95% from 255 or 75.86% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 132 - color contains mainly: green. Hex color #0C841E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C841E is #F37BE1. Grayscale: #545454. Windows color (decimal): -15956962 or 1999884. OLE color: 1999884.

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

Color convert

RGB 12 132 30 -
CMYK 0.91 0 0.77 0.48
HSL 129º 0.83% 0.28% -
HSV(B) 129º 0.91% 0.52% -
XYZ 8.64 16.67 3.99 -
YUV 84.49 97.24 76.29 -
System Red Green Blue C M Y K H S L
Decimal 12 132 30 0.91 0 0.77 0.48 129 0.83 0.28
Hex C 84 1E 5B 0 4D 30 81 53 1C
Octal 14 204 36 133 0 115 60 201 123 34
Binary 1100 10000100 11110 1011011 0 1001101 110000 10000001 1010011 11100

Color Harmonies of #0C841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C841E

Black with #0C841E

Text Example


Text Example

White with #0C841E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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