Html Css Color HEX #0C973D Pigment Green

📋 copy color: '#0C973D'

red 12 ◦ green 151 ◦ blue 61

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

Shades of Pigment Green #0C973D

Tints of Pigment Green #0C973D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 67.41%

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 5.36%
G = 67.41%
B = 27.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#0C973D (or 0x0C973D) is known color: Pigment Green. HEX triplet: 0C, 97 and 3D. RGB value is (12,151,61). Sum of RGB (Red+Green+Blue) = 12+151+61=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 151 (59.38% from 255 or 67.41% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 151 - color contains mainly: green. Hex color #0C973D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C973D is #F368C2. Grayscale: #636363. Windows color (decimal): -15952067 or 4036364. OLE color: 4036364.

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

Color convert

RGB 12 151 61 -
CMYK 0.92 0 0.60 0.41
HSL 141.15º 0.85% 0.32% -
HSV(B) 141.15º 0.92% 0.59% -
XYZ 12.06 22.55 8.13 -
YUV 99.18 106.45 65.82 -
System Red Green Blue C M Y K H S L
Decimal 12 151 61 0.92 0 0.60 0.41 141.15 0.85 0.32
Hex C 97 3D 5C 0 3C 29 8D 55 20
Octal 14 227 75 134 0 74 51 215 125 40
Binary 1100 10010111 111101 1011100 0 111100 101001 10001101 1010101 100000

Color Harmonies of #0C973D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C973D

Black with #0C973D

Text Example


Text Example

White with #0C973D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,151,61); }

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

background-color css

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

 a { background-color: rgb(12,151,61); }

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

border-color css

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

 span { border-color: rgb(12,151,61); }

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