#029250

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

Shades of Pigment Green #029250

Tints of Pigment Green #029250

Color information

#029250 (or 0x029250) is unknown color: approx Pigment Green. HEX triplet: 02, 92 and 50. RGB value is (2,146,80). Sum of RGB (Red+Green+Blue) = 2+146+80=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 146 (57.42% from 255 or 64.04% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 146 - color contains mainly: green. Hex color #029250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029250 is #FD6DAF. Grayscale: #5F5F5F. Windows color (decimal): -16608688 or 5280258. OLE color: 5280258.

HSL color Cylindrical-coordinate representation of color #029250: hue angle of 152.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029250 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB214680-
CMYK0.9900.450.43
HSL152.5º97.3%29.02%-
HSV(B)152.5º98.63%57.25%-
XYZ11.7521.1511.05-
YUV95.42119.2961.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 146 (57.42% from 255) = 64.04%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=0.88%
G=64.04%
B=35.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2146800.9900.450.43152.597.329.02
Hex292506302D2B98611d
Octal22221201430555323014135
Binary101001001010100001100011010110110101110011000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029250; }

 p { color: rgb(2,146,80); }

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

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

 a { background-color: rgb(2,146,80); }

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

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

 span { border-color: rgb(2,146,80); }

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