Html Css Color HEX #129748 Pigment Green

📋 copy color: '#129748'

red 18 ◦ green 151 ◦ blue 72

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

Shades of Pigment Green #129748

Tints of Pigment Green #129748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.88%

R = 7.47%
G = 62.66%
B = 29.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#129748 (or 0x129748) is known color: Pigment Green. HEX triplet: 12, 97 and 48. RGB value is (18,151,72). Sum of RGB (Red+Green+Blue) = 18+151+72=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 151 (59.38% from 255 or 62.66% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 151 - color contains mainly: green. Hex color #129748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129748 is #ED68B7. Grayscale: #666666. Windows color (decimal): -15558840 or 4757266. OLE color: 4757266.

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

Color convert

RGB 18 151 72 -
CMYK 0.88 0 0.52 0.41
HSL 144.36º 0.79% 0.33% -
HSV(B) 144.36º 0.88% 0.59% -
XYZ 12.49 22.73 9.86 -
YUV 102.23 110.94 67.92 -
System Red Green Blue C M Y K H S L
Decimal 18 151 72 0.88 0 0.52 0.41 144.36 0.79 0.33
Hex 12 97 48 58 0 34 29 90 4F 21
Octal 22 227 110 130 0 64 51 220 117 41
Binary 10010 10010111 1001000 1011000 0 110100 101001 10010000 1001111 100001

Color Harmonies of #129748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129748

Black with #129748

Text Example


Text Example

White with #129748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129748; }

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

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

background-color css

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

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

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

border-color css

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

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

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