#029246

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

Shades of Pigment Green #029246

Tints of Pigment Green #029246

Color information

#029246 (or 0x029246) is unknown color: approx Pigment Green. HEX triplet: 02, 92 and 46. RGB value is (2,146,70). Sum of RGB (Red+Green+Blue) = 2+146+70=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 146 (57.42% from 255 or 66.97% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 146 - color contains mainly: green. Hex color #029246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029246 is #FD6DB9. Grayscale: #5E5E5E. Windows color (decimal): -16608698 or 4624898. OLE color: 4624898.

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

Color convert

RGB214670-
CMYK0.9900.520.43
HSL148.33º97.3%29.02%-
HSV(B)148.33º98.63%57.25%-
XYZ11.4121.019.25-
YUV94.28114.2962.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 146 (57.42% from 255) = 66.97%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=0.92%
G=66.97%
B=32.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2146700.9900.520.43148.3397.329.02
Hex29246630342B94611d
Octal22221061430645322414135
Binary101001001010001101100011011010010101110010100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029246; }

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

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

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

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

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

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

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

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