#03923D

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

Shades of Pigment Green #03923D

Tints of Pigment Green #03923D

Color information

#03923D (or 0x03923D) is unknown color: approx Pigment Green. HEX triplet: 03, 92 and 3D. RGB value is (3,146,61). Sum of RGB (Red+Green+Blue) = 3+146+61=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 146 (57.42% from 255 or 69.52% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 146 - color contains mainly: green. Hex color #03923D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03923D is #FC6DC2. Grayscale: #5D5D5D. Windows color (decimal): -16543171 or 4035075. OLE color: 4035075.

HSL color Cylindrical-coordinate representation of color #03923D: hue angle of 144.34º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03923D is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB314661-
CMYK0.9800.580.43
HSL144.34º95.97%29.22%-
HSV(B)144.34º97.95%57.25%-
XYZ11.1620.917.86-
YUV93.55109.6263.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 146 (57.42% from 255) = 69.52%
BLUE value IS 61 (24.22% from 255) = 29.05%
R=1.43%
G=69.52%
B=29.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3146610.9800.580.43144.3495.9729.22
Hex3923D6203A2B90601d
Octal3222751420725322014035
Binary11100100101111011100010011101010101110010000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,146,61); }

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

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

 a { background-color: rgb(3,146,61); }

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

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

 span { border-color: rgb(3,146,61); }

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