#03982E

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

Shades of Pigment Green #03982E

Tints of Pigment Green #03982E

Color information

#03982E (or 0x03982E) is unknown color: approx Pigment Green. HEX triplet: 03, 98 and 2E. RGB value is (3,152,46). Sum of RGB (Red+Green+Blue) = 3+152+46=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 152 (59.77% from 255 or 75.62% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 152 - color contains mainly: green. Hex color #03982E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03982E is #FC67D1. Grayscale: #5F5F5F. Windows color (decimal): -16541650 or 3053571. OLE color: 3053571.

HSL color Cylindrical-coordinate representation of color #03982E: hue angle of 137.32º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03982E is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB315246-
CMYK0.9800.700.40
HSL137.32º96.13%30.39%-
HSV(B)137.32º98.03%59.61%-
XYZ11.7622.676.34-
YUV95.36100.1462.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 152 (59.77% from 255) = 75.62%
BLUE value IS 46 (18.36% from 255) = 22.89%
R=1.49%
G=75.62%
B=22.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3152460.9800.700.40137.3296.1330.39
Hex3982E620462889601e
Octal32305614201065021114036
Binary111001100010111011000100100011010100010001001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,152,46); }

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

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

 a { background-color: rgb(3,152,46); }

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

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

 span { border-color: rgb(3,152,46); }

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