Html Css Color HEX #0C781C Forest Green

📋 copy color: '#0C781C'

red 12 ◦ green 120 ◦ blue 28

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

Shades of Forest Green #0C781C

Tints of Forest Green #0C781C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 75%

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

R = 7.5%
G = 75%
B = 17.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#0C781C (or 0x0C781C) is known color: Forest Green. HEX triplet: 0C, 78 and 1C. RGB value is (12,120,28). Sum of RGB (Red+Green+Blue) = 12+120+28=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 120 (47.27% from 255 or 75% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 120 - color contains mainly: green. Hex color #0C781C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C781C is #F387E3. Grayscale: #4D4D4D. Windows color (decimal): -15960036 or 1865740. OLE color: 1865740.

HSL color Cylindrical-coordinate representation of color #0C781C: hue angle of 128.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C781C is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 120 28 -
CMYK 0.90 0 0.77 0.53
HSL 128.89º 0.82% 0.26% -
HSV(B) 128.89º 0.9% 0.47% -
XYZ 7.08 13.59 3.35 -
YUV 77.22 100.22 81.48 -
System Red Green Blue C M Y K H S L
Decimal 12 120 28 0.90 0 0.77 0.53 128.89 0.82 0.26
Hex C 78 1C 5A 0 4D 35 81 52 1A
Octal 14 170 34 132 0 115 65 201 122 32
Binary 1100 1111000 11100 1011010 0 1001101 110101 10000001 1010010 11010

Color Harmonies of #0C781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C781C

Black with #0C781C

Text Example


Text Example

White with #0C781C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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