Html Css Color HEX #12953F Pigment Green

📋 copy color: '#12953F'

red 18 ◦ green 149 ◦ blue 63

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

Shades of Pigment Green #12953F

Tints of Pigment Green #12953F

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 value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#12953F (or 0x12953F) is known color: 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

RGB 18 149 63 -
CMYK 0.88 0 0.58 0.42
HSL 140.61º 0.78% 0.33% -
HSV(B) 140.61º 0.88% 0.58% -
XYZ 11.89 21.98 8.32 -
YUV 100.03 107.1 69.49 -
System Red Green Blue C M Y K H S L
Decimal 18 149 63 0.88 0 0.58 0.42 140.61 0.78 0.33
Hex 12 95 3F 58 0 3A 2A 8D 4E 21
Octal 22 225 77 130 0 72 52 215 116 41
Binary 10010 10010101 111111 1011000 0 111010 101010 10001101 1001110 100001

Color Harmonies of #12953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12953F

Black with #12953F

Text Example


Text Example

White with #12953F

Text Example


Text Example

HTML Codes & Css Web 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>