#129F36

Color #129F36 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #129F36

Tints of Dark Pastel Green #129F36

Color information

#129F36 (or 0x129F36) is unknown color: approx Dark Pastel Green. HEX triplet: 12, 9F and 36. RGB value is (18,159,54). Sum of RGB (Red+Green+Blue) = 18+159+54=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 159 (62.5% from 255 or 68.83% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 159 - color contains mainly: green. Hex color #129F36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F36 is #ED60C9. Grayscale: #696969. Windows color (decimal): -15556810 or 3579666. OLE color: 3579666.

HSL color Cylindrical-coordinate representation of color #129F36: hue angle of 135.32º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F36 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1815954-
CMYK0.8900.660.38
HSL135.32º79.66%34.71%-
HSV(B)135.32º88.68%62.35%-
XYZ13.3125.197.65-
YUV104.8799.2966.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 159 (62.5% from 255) = 68.83%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=7.79%
G=68.83%
B=23.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18159540.8900.660.38135.3279.6634.71
Hex129F365904226875023
Octal222376613101024620712043
Binary1001010011111110110101100101000010100110100001111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129F36; }

 p { color: rgb(18,159,54); }

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

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

 a { background-color: rgb(18,159,54); }

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

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

 span { border-color: rgb(18,159,54); }

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