#02983D

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

Shades of Pigment Green #02983D

Tints of Pigment Green #02983D

Color information

#02983D (or 0x02983D) is unknown color: approx Pigment Green. HEX triplet: 02, 98 and 3D. RGB value is (2,152,61). Sum of RGB (Red+Green+Blue) = 2+152+61=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 152 (59.77% from 255 or 70.70% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 152 - color contains mainly: green. Hex color #02983D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02983D is #FD67C2. Grayscale: #606060. Windows color (decimal): -16607171 or 4036610. OLE color: 4036610.

HSL color Cylindrical-coordinate representation of color #02983D: hue angle of 143.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02983D is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB215261-
CMYK0.9900.600.40
HSL143.6º97.4%30.2%-
HSV(B)143.6º98.68%59.61%-
XYZ12.122.818.18-
YUV96.78107.860.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 152 (59.77% from 255) = 70.70%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=0.93%
G=70.70%
B=28.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2152610.9900.600.40143.697.430.2
Hex2983D6303C2890611e
Octal2230751430745022014136
Binary10100110001111011100011011110010100010010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02983D; }

 p { color: rgb(2,152,61); }

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

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

 a { background-color: rgb(2,152,61); }

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

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

 span { border-color: rgb(2,152,61); }

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