Html Css Color HEX #0C981C Forest Green

📋 copy color: '#0C981C'

red 12 ◦ green 152 ◦ blue 28

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

Shades of Forest Green #0C981C

Tints of Forest Green #0C981C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 79.17%

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

R = 6.25%
G = 79.17%
B = 14.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#0C981C (or 0x0C981C) is known color: Forest Green. HEX triplet: 0C, 98 and 1C. RGB value is (12,152,28). Sum of RGB (Red+Green+Blue) = 12+152+28=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 152 (59.77% from 255 or 79.17% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 152 - color contains mainly: green. Hex color #0C981C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C981C is #F367E3. Grayscale: #606060. Windows color (decimal): -15951844 or 1873932. OLE color: 1873932.

HSL color Cylindrical-coordinate representation of color #0C981C: hue angle of 126.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C981C is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 152 28 -
CMYK 0.92 0 0.82 0.40
HSL 126.86º 0.85% 0.32% -
HSV(B) 126.86º 0.92% 0.6% -
XYZ 11.59 22.62 4.85 -
YUV 96 89.62 68.08 -
System Red Green Blue C M Y K H S L
Decimal 12 152 28 0.92 0 0.82 0.40 126.86 0.85 0.32
Hex C 98 1C 5C 0 52 28 7F 55 20
Octal 14 230 34 134 0 122 50 177 125 40
Binary 1100 10011000 11100 1011100 0 1010010 101000 1111111 1010101 100000

Color Harmonies of #0C981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C981C

Black with #0C981C

Text Example


Text Example

White with #0C981C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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