Html Css Color HEX #0C942A Forest Green

📋 copy color: '#0C942A'

red 12 ◦ green 148 ◦ blue 42

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

Shades of Forest Green #0C942A

Tints of Forest Green #0C942A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 73.27%

 BLUE value IS 42 (16.8% from 255) = 20.79%

R = 5.94%
G = 73.27%
B = 20.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#0C942A (or 0x0C942A) is known color: Forest Green. HEX triplet: 0C, 94 and 2A. RGB value is (12,148,42). Sum of RGB (Red+Green+Blue) = 12+148+42=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 148 (58.20% from 255 or 73.27% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 148 - color contains mainly: green. Hex color #0C942A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C942A is #F36BD5. Grayscale: #5F5F5F. Windows color (decimal): -15952854 or 2790412. OLE color: 2790412.

HSL color Cylindrical-coordinate representation of color #0C942A: hue angle of 133.24º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C942A is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 148 42 -
CMYK 0.92 0 0.72 0.42
HSL 133.24º 0.85% 0.31% -
HSV(B) 133.24º 0.92% 0.58% -
XYZ 11.16 21.43 5.74 -
YUV 95.25 97.94 68.62 -
System Red Green Blue C M Y K H S L
Decimal 12 148 42 0.92 0 0.72 0.42 133.24 0.85 0.31
Hex C 94 2A 5C 0 48 2A 85 55 1F
Octal 14 224 52 134 0 110 52 205 125 37
Binary 1100 10010100 101010 1011100 0 1001000 101010 10000101 1010101 11111

Color Harmonies of #0C942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C942A

Black with #0C942A

Text Example


Text Example

White with #0C942A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,148,42); }

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

background-color css

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

 a { background-color: rgb(12,148,42); }

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

border-color css

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

 span { border-color: rgb(12,148,42); }

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