Html Css Color HEX #0C923D Pigment Green

📋 copy color: '#0C923D'

red 12 ◦ green 146 ◦ blue 61

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

Shades of Pigment Green #0C923D

Tints of Pigment Green #0C923D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 66.67%

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

R = 5.48%
G = 66.67%
B = 27.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#0C923D (or 0x0C923D) is known color: Pigment Green. HEX triplet: 0C, 92 and 3D. RGB value is (12,146,61). Sum of RGB (Red+Green+Blue) = 12+146+61=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 146 (57.42% from 255 or 66.67% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 146 - color contains mainly: green. Hex color #0C923D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C923D is #F36DC2. Grayscale: #606060. Windows color (decimal): -15953347 or 4035084. OLE color: 4035084.

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

Color convert

RGB 12 146 61 -
CMYK 0.92 0 0.58 0.43
HSL 141.94º 0.85% 0.31% -
HSV(B) 141.94º 0.92% 0.57% -
XYZ 11.27 20.97 7.87 -
YUV 96.24 108.11 67.91 -
System Red Green Blue C M Y K H S L
Decimal 12 146 61 0.92 0 0.58 0.43 141.94 0.85 0.31
Hex C 92 3D 5C 0 3A 2B 8E 55 1F
Octal 14 222 75 134 0 72 53 216 125 37
Binary 1100 10010010 111101 1011100 0 111010 101011 10001110 1010101 11111

Color Harmonies of #0C923D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C923D

Black with #0C923D

Text Example


Text Example

White with #0C923D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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