#02943A

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

Shades of Pigment Green #02943A

Tints of Pigment Green #02943A

Color information

#02943A (or 0x02943A) is unknown color: approx Pigment Green. HEX triplet: 02, 94 and 3A. RGB value is (2,148,58). Sum of RGB (Red+Green+Blue) = 2+148+58=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 148 (58.20% from 255 or 71.15% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 148 - color contains mainly: green. Hex color #02943A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02943A is #FD6BC5. Grayscale: #5E5E5E. Windows color (decimal): -16608198 or 3838978. OLE color: 3838978.

HSL color Cylindrical-coordinate representation of color #02943A: hue angle of 143.01º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02943A is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB214858-
CMYK0.9900.610.42
HSL143.01º97.33%29.41%-
HSV(B)143.01º98.65%58.04%-
XYZ11.3821.57.55-
YUV94.09107.6362.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 148 (58.20% from 255) = 71.15%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=0.96%
G=71.15%
B=27.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2148580.9900.610.42143.0197.3329.41
Hex2943A6303D2A8f611d
Octal2224721430755221714135
Binary10100101001110101100011011110110101010001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02943A; }

 p { color: rgb(2,148,58); }

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

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

 a { background-color: rgb(2,148,58); }

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

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

 span { border-color: rgb(2,148,58); }

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