Html Css Color HEX #12944C Pigment Green

📋 copy color: '#12944C'

red 18 ◦ green 148 ◦ blue 76

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

Shades of Pigment Green #12944C

Tints of Pigment Green #12944C

RGB

 RED value IS 18 (7.42% from 255) = 7.44%

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

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 7.44%
G = 61.16%
B = 31.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#12944C (or 0x12944C) is known color: Pigment Green. HEX triplet: 12, 94 and 4C. RGB value is (18,148,76). Sum of RGB (Red+Green+Blue) = 18+148+76=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 148 (58.20% from 255 or 61.16% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 148 - color contains mainly: green. Hex color #12944C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12944C is #ED6BB3. Grayscale: #656565. Windows color (decimal): -15559604 or 5018642. OLE color: 5018642.

HSL color Cylindrical-coordinate representation of color #12944C: hue angle of 146.77º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12944C is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 76 -
CMYK 0.88 0 0.49 0.42
HSL 146.77º 0.78% 0.33% -
HSV(B) 146.77º 0.88% 0.58% -
XYZ 12.14 21.83 10.41 -
YUV 100.92 113.93 68.85 -
System Red Green Blue C M Y K H S L
Decimal 18 148 76 0.88 0 0.49 0.42 146.77 0.78 0.33
Hex 12 94 4C 58 0 31 2A 93 4E 21
Octal 22 224 114 130 0 61 52 223 116 41
Binary 10010 10010100 1001100 1011000 0 110001 101010 10010011 1001110 100001

Color Harmonies of #12944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12944C

Black with #12944C

Text Example


Text Example

White with #12944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12944C; }

 p { color: rgb(18,148,76); }

 H1.HeaderClassName
 {
   color: #12944C;
 }
 .AnyTagClassName
 {
   color: #12944C;
 }
</style>

background-color css

<style>
 a { background-color: #12944C; }

 a { background-color: rgb(18,148,76); }

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

border-color css

<style>
 span { border-color: #12944C; }

 span { border-color: rgb(18,148,76); }

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