#12963B

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

Shades of Pigment Green #12963B

Tints of Pigment Green #12963B

Color information

#12963B (or 0x12963B) is unknown color: approx Pigment Green. HEX triplet: 12, 96 and 3B. RGB value is (18,150,59). Sum of RGB (Red+Green+Blue) = 18+150+59=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #12963B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12963B is #ED69C4. Grayscale: #646464. Windows color (decimal): -15559109 or 3905042. OLE color: 3905042.

HSL color Cylindrical-coordinate representation of color #12963B: hue angle of 138.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12963B is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1815059-
CMYK0.8800.610.41
HSL138.64º78.57%32.94%-
HSV(B)138.64º88%58.82%-
XYZ11.9522.267.8-
YUV100.16104.7769.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 150 (58.98% from 255) = 66.08%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=7.93%
G=66.08%
B=25.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18150590.8800.610.41138.6478.5732.94
Hex12963B5803D298b4f21
Octal22226731300755121311741
Binary100101001011011101110110000111101101001100010111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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