#03AD1F

Color #03AD1F Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #03AD1F

Tints of Dark Pastel Green #03AD1F

Color information

#03AD1F (or 0x03AD1F) is unknown color: approx Dark Pastel Green. HEX triplet: 03, AD and 1F. RGB value is (3,173,31). Sum of RGB (Red+Green+Blue) = 3+173+31=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 173 (67.97% from 255 or 83.57% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AD1F is #FC52E0. Grayscale: #6A6A6A. Windows color (decimal): -16536289 or 2075907. OLE color: 2075907.

HSL color Cylindrical-coordinate representation of color #03AD1F: hue angle of 129.88º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AD1F is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB317331-
CMYK0.9800.820.32
HSL129.88º96.59%34.51%-
HSV(B)129.88º98.27%67.84%-
XYZ15.2330.016.29-
YUV105.9885.6854.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 173 (67.97% from 255) = 83.57%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=1.45%
G=83.57%
B=14.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3173310.9800.820.32129.8896.5934.51
Hex3AD1F6205220826123
Octal32553714201224020214143
Binary111010110111111110001001010010100000100000101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03AD1F; }

 p { color: rgb(3,173,31); }

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

<style>
 a { background-color: #03AD1F; }

 a { background-color: rgb(3,173,31); }

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

<style>
 span { border-color: #03AD1F; }

 span { border-color: rgb(3,173,31); }

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