#12953B

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

Shades of Pigment Green #12953B

Tints of Pigment Green #12953B

Color information

#12953B (or 0x12953B) is unknown color: approx Pigment Green. HEX triplet: 12, 95 and 3B. RGB value is (18,149,59). Sum of RGB (Red+Green+Blue) = 18+149+59=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #12953B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12953B is #ED6AC4. Grayscale: #636363. Windows color (decimal): -15559365 or 3904786. OLE color: 3904786.

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

Color convert

RGB1814959-
CMYK0.8800.600.42
HSL138.78º78.44%32.75%-
HSV(B)138.78º87.92%58.43%-
XYZ11.7921.947.75-
YUV99.57105.169.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 149 (58.59% from 255) = 65.93%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=7.96%
G=65.93%
B=26.11%

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
Decimal18149590.8800.600.42138.7878.4432.75
Hex12953B5803C2A8b4e21
Octal22225731300745221311641
Binary100101001010111101110110000111100101010100010111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12953B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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