#029243

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

Shades of Pigment Green #029243

Tints of Pigment Green #029243

Color information

#029243 (or 0x029243) is unknown color: approx Pigment Green. HEX triplet: 02, 92 and 43. RGB value is (2,146,67). Sum of RGB (Red+Green+Blue) = 2+146+67=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 146 (57.42% from 255 or 67.91% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 146 - color contains mainly: green. Hex color #029243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029243 is #FD6DBC. Grayscale: #5E5E5E. Windows color (decimal): -16608701 or 4428290. OLE color: 4428290.

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

Color convert

RGB214667-
CMYK0.9900.540.43
HSL147.08º97.3%29.02%-
HSV(B)147.08º98.63%57.25%-
XYZ11.3220.988.76-
YUV93.94112.7962.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 146 (57.42% from 255) = 67.91%
BLUE value IS 67 (26.56% from 255) = 31.16%
R=0.93%
G=67.91%
B=31.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2146670.9900.540.43147.0897.329.02
Hex29243630362B93611d
Octal22221031430665322314135
Binary101001001010000111100011011011010101110010011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029243; }

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

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

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

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

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

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

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

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