#02924E

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

Shades of Pigment Green #02924E

Tints of Pigment Green #02924E

Color information

#02924E (or 0x02924E) is unknown color: approx Pigment Green. HEX triplet: 02, 92 and 4E. RGB value is (2,146,78). Sum of RGB (Red+Green+Blue) = 2+146+78=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 146 (57.42% from 255 or 64.60% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 146 - color contains mainly: green. Hex color #02924E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02924E is #FD6DB1. Grayscale: #5F5F5F. Windows color (decimal): -16608690 or 5149186. OLE color: 5149186.

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

Color convert

RGB214678-
CMYK0.9900.470.43
HSL151.67º97.3%29.02%-
HSV(B)151.67º98.63%57.25%-
XYZ11.6821.1210.67-
YUV95.19118.2961.53-

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.60%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=0.88%
G=64.60%
B=34.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2146780.9900.470.43151.6797.329.02
Hex2924E6302F2B98611d
Octal22221161430575323014135
Binary101001001010011101100011010111110101110011000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02924E; }

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

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

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

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

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

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

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

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