Html Css Color HEX #12943F Pigment Green

📋 copy color: '#12943F'

red 18 ◦ green 148 ◦ blue 63

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

Shades of Pigment Green #12943F

Tints of Pigment Green #12943F

RGB

 RED value IS 18 (7.42% from 255) = 7.86%

 GREEN value IS 148 (58.2% from 255) = 64.63%

 BLUE value IS 63 (25% from 255) = 27.51%

R = 7.86%
G = 64.63%
B = 27.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#12943F (or 0x12943F) is known color: Pigment Green. HEX triplet: 12, 94 and 3F. RGB value is (18,148,63). Sum of RGB (Red+Green+Blue) = 18+148+63=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #12943F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12943F is #ED6BC0. Grayscale: #636363. Windows color (decimal): -15559617 or 4166674. OLE color: 4166674.

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

Color convert

RGB 18 148 63 -
CMYK 0.88 0 0.57 0.42
HSL 140.77º 0.78% 0.33% -
HSV(B) 140.77º 0.88% 0.58% -
XYZ 11.74 21.67 8.27 -
YUV 99.44 107.43 69.91 -
System Red Green Blue C M Y K H S L
Decimal 18 148 63 0.88 0 0.57 0.42 140.77 0.78 0.33
Hex 12 94 3F 58 0 39 2A 8D 4E 21
Octal 22 224 77 130 0 71 52 215 116 41
Binary 10010 10010100 111111 1011000 0 111001 101010 10001101 1001110 100001

Color Harmonies of #12943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12943F

Black with #12943F

Text Example


Text Example

White with #12943F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12943F;
 }
 .AnyTagClassName
 {
   color: #12943F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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