Html Css Color HEX #12973F Pigment Green

📋 copy color: '#12973F'

red 18 ◦ green 151 ◦ blue 63

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

Shades of Pigment Green #12973F

Tints of Pigment Green #12973F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 65.09%

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

R = 7.76%
G = 65.09%
B = 27.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#12973F (or 0x12973F) is known color: Pigment Green. HEX triplet: 12, 97 and 3F. RGB value is (18,151,63). Sum of RGB (Red+Green+Blue) = 18+151+63=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 151 (59.38% from 255 or 65.09% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 151 - color contains mainly: green. Hex color #12973F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12973F is #ED68C0. Grayscale: #656565. Windows color (decimal): -15558849 or 4167442. OLE color: 4167442.

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

Color convert

RGB 18 151 63 -
CMYK 0.88 0 0.58 0.41
HSL 140.3º 0.79% 0.33% -
HSV(B) 140.3º 0.88% 0.59% -
XYZ 12.21 22.62 8.43 -
YUV 101.2 106.44 68.66 -
System Red Green Blue C M Y K H S L
Decimal 18 151 63 0.88 0 0.58 0.41 140.3 0.79 0.33
Hex 12 97 3F 58 0 3A 29 8C 4F 21
Octal 22 227 77 130 0 72 51 214 117 41
Binary 10010 10010111 111111 1011000 0 111010 101001 10001100 1001111 100001

Color Harmonies of #12973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12973F

Black with #12973F

Text Example


Text Example

White with #12973F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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