Html Css Color HEX #0C981D Forest Green

📋 copy color: '#0C981D'

red 12 ◦ green 152 ◦ blue 29

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

Shades of Forest Green #0C981D

Tints of Forest Green #0C981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 6.22%
G = 78.76%
B = 15.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#0C981D (or 0x0C981D) is known color: Forest Green. HEX triplet: 0C, 98 and 1D. RGB value is (12,152,29). Sum of RGB (Red+Green+Blue) = 12+152+29=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 152 (59.77% from 255 or 78.76% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 152 - color contains mainly: green. Hex color #0C981D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C981D is #F367E2. Grayscale: #606060. Windows color (decimal): -15951843 or 1939468. OLE color: 1939468.

HSL color Cylindrical-coordinate representation of color #0C981D: hue angle of 127.29º 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 #0C981D is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 152 29 -
CMYK 0.92 0 0.81 0.40
HSL 127.29º 0.85% 0.32% -
HSV(B) 127.29º 0.92% 0.6% -
XYZ 11.6 22.62 4.92 -
YUV 96.12 90.12 68 -
System Red Green Blue C M Y K H S L
Decimal 12 152 29 0.92 0 0.81 0.40 127.29 0.85 0.32
Hex C 98 1D 5C 0 51 28 7F 55 20
Octal 14 230 35 134 0 121 50 177 125 40
Binary 1100 10011000 11101 1011100 0 1010001 101000 1111111 1010101 100000

Color Harmonies of #0C981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C981D

Black with #0C981D

Text Example


Text Example

White with #0C981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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