Html Css Color HEX #03AD38 Dark Pastel Green

📋 copy color: '#03AD38'

red 3 ◦ green 173 ◦ blue 56

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

Shades of Dark Pastel Green #03AD38

Tints of Dark Pastel Green #03AD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.14%

R = 1.29%
G = 74.57%
B = 24.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#03AD38 (or 0x03AD38) is known color: Dark Pastel Green. HEX triplet: 03, AD and 38. RGB value is (3,173,56). Sum of RGB (Red+Green+Blue) = 3+173+56=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AD38 is #FC52C7. Grayscale: #6D6D6D. Windows color (decimal): -16536264 or 3714307. OLE color: 3714307.

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

Color convert

RGB 3 173 56 -
CMYK 0.98 0 0.68 0.32
HSL 138.71º 0.97% 0.35% -
HSV(B) 138.71º 0.98% 0.68% -
XYZ 15.69 30.19 8.74 -
YUV 108.83 98.18 52.51 -
System Red Green Blue C M Y K H S L
Decimal 3 173 56 0.98 0 0.68 0.32 138.71 0.97 0.35
Hex 3 AD 38 62 0 44 20 8B 61 23
Octal 3 255 70 142 0 104 40 213 141 43
Binary 11 10101101 111000 1100010 0 1000100 100000 10001011 1100001 100011

Color Harmonies of #03AD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD38

Black with #03AD38

Text Example


Text Example

White with #03AD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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