#12953C

Color #12953C Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #12953C

Tints of Pigment Green #12953C

Color information

#12953C (or 0x12953C) is unknown color: approx Pigment Green. HEX triplet: 12, 95 and 3C. RGB value is (18,149,60). Sum of RGB (Red+Green+Blue) = 18+149+60=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 149 (58.59% from 255 or 65.64% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 149 - color contains mainly: green. Hex color #12953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12953C is #ED6AC3. Grayscale: #636363. Windows color (decimal): -15559364 or 3970322. OLE color: 3970322.

HSL color Cylindrical-coordinate representation of color #12953C: hue angle of 139.24º 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 #12953C is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1814960-
CMYK0.8800.600.42
HSL139.24º78.44%32.75%-
HSV(B)139.24º87.92%58.43%-
XYZ11.8121.957.89-
YUV99.68105.669.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 149 (58.59% from 255) = 65.64%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=7.93%
G=65.64%
B=26.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18149600.8800.600.42139.2478.4432.75
Hex12953C5803C2A8b4e21
Octal22225741300745221311641
Binary100101001010111110010110000111100101010100010111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,149,60); }

 H1.HeaderClassName
 {
   color: #12953C;
 }
 .AnyTagClassName
 {
   color: #12953C;
 }
</style>
background-color css

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

 a { background-color: rgb(18,149,60); }

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

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

 span { border-color: rgb(18,149,60); }

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