#129638

Color #129638 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #129638

Tints of Pigment Green #129638

Color information

#129638 (or 0x129638) is unknown color: approx Pigment Green. HEX triplet: 12, 96 and 38. RGB value is (18,150,56). Sum of RGB (Red+Green+Blue) = 18+150+56=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 150 (58.98% from 255 or 66.96% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 150 - color contains mainly: green. Hex color #129638 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129638 is #ED69C7. Grayscale: #646464. Windows color (decimal): -15559112 or 3708434. OLE color: 3708434.

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

Color convert

RGB1815056-
CMYK0.8800.630.41
HSL137.27º78.57%32.94%-
HSV(B)137.27º88%58.82%-
XYZ11.8722.237.41-
YUV99.82103.2769.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 150 (58.98% from 255) = 66.96%
BLUE value IS 56 (22.27% from 255) = 25%
R=8.04%
G=66.96%
B=25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18150560.8800.630.41137.2778.5732.94
Hex1296385803F29894f21
Octal22226701300775121111741
Binary100101001011011100010110000111111101001100010011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129638; }

 p { color: rgb(18,150,56); }

 H1.HeaderClassName
 {
   color: #129638;
 }
 .AnyTagClassName
 {
   color: #129638;
 }
</style>
background-color css

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

 a { background-color: rgb(18,150,56); }

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

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

 span { border-color: rgb(18,150,56); }

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