Html Css Color HEX #129745 Pigment Green

📋 copy color: '#129745'

red 18 ◦ green 151 ◦ blue 69

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

Shades of Pigment Green #129745

Tints of Pigment Green #129745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.99%

R = 7.56%
G = 63.45%
B = 28.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#129745 (or 0x129745) is known color: Pigment Green. HEX triplet: 12, 97 and 45. RGB value is (18,151,69). Sum of RGB (Red+Green+Blue) = 18+151+69=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 151 (59.38% from 255 or 63.45% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 151 - color contains mainly: green. Hex color #129745 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129745 is #ED68BA. Grayscale: #666666. Windows color (decimal): -15558843 or 4560658. OLE color: 4560658.

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

Color convert

RGB 18 151 69 -
CMYK 0.88 0 0.54 0.41
HSL 143.01º 0.79% 0.33% -
HSV(B) 143.01º 0.88% 0.59% -
XYZ 12.39 22.69 9.36 -
YUV 101.89 109.44 68.17 -
System Red Green Blue C M Y K H S L
Decimal 18 151 69 0.88 0 0.54 0.41 143.01 0.79 0.33
Hex 12 97 45 58 0 36 29 8F 4F 21
Octal 22 227 105 130 0 66 51 217 117 41
Binary 10010 10010111 1000101 1011000 0 110110 101001 10001111 1001111 100001

Color Harmonies of #129745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129745

Black with #129745

Text Example


Text Example

White with #129745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129745; }

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

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

background-color css

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

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

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

border-color css

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

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

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