#12953F

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

Shades of Pigment Green #12953F

Tints of Pigment Green #12953F

Color information

#12953F (or 0x12953F) is unknown color: approx Pigment Green. HEX triplet: 12, 95 and 3F. RGB value is (18,149,63). Sum of RGB (Red+Green+Blue) = 18+149+63=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 149 (58.59% from 255 or 64.78% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 149 - color contains mainly: green. Hex color #12953F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12953F is #ED6AC0. Grayscale: #646464. Windows color (decimal): -15559361 or 4166930. OLE color: 4166930.

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

Color convert

RGB1814963-
CMYK0.8800.580.42
HSL140.61º78.44%32.75%-
HSV(B)140.61º87.92%58.43%-
XYZ11.8921.988.32-
YUV100.03107.169.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 149 (58.59% from 255) = 64.78%
BLUE value IS 63 (25% from 255) = 27.39%
R=7.83%
G=64.78%
B=27.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18149630.8800.580.42140.6178.4432.75
Hex12953F5803A2A8d4e21
Octal22225771300725221511641
Binary100101001010111111110110000111010101010100011011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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