Html Css Color HEX #03AD2F Dark Pastel Green

📋 copy color: '#03AD2F'

red 3 ◦ green 173 ◦ blue 47

#03AD2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #03AD2F

Tints of Dark Pastel Green #03AD2F

RGB

 RED value IS 3 (1.56% from 255) = 1.35%

 GREEN value IS 173 (67.97% from 255) = 77.58%

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 1.35%
G = 77.58%
B = 21.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#03AD2F (or 0x03AD2F) is known color: Dark Pastel Green. HEX triplet: 03, AD and 2F. RGB value is (3,173,47). Sum of RGB (Red+Green+Blue) = 3+173+47=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 173 (67.97% from 255 or 77.58% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AD2F is #FC52D0. Grayscale: #6C6C6C. Windows color (decimal): -16536273 or 3124483. OLE color: 3124483.

HSL color Cylindrical-coordinate representation of color #03AD2F: hue angle of 135.53º 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 #03AD2F is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 173 47 -
CMYK 0.98 0 0.73 0.32
HSL 135.53º 0.97% 0.35% -
HSV(B) 135.53º 0.98% 0.68% -
XYZ 15.49 30.11 7.68 -
YUV 107.81 93.68 53.25 -
System Red Green Blue C M Y K H S L
Decimal 3 173 47 0.98 0 0.73 0.32 135.53 0.97 0.35
Hex 3 AD 2F 62 0 49 20 88 61 23
Octal 3 255 57 142 0 111 40 210 141 43
Binary 11 10101101 101111 1100010 0 1001001 100000 10001000 1100001 100011

Color Harmonies of #03AD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD2F

Black with #03AD2F

Text Example


Text Example

White with #03AD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03AD2F;
 }
 .AnyTagClassName
 {
   color: #03AD2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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