Html Css Color HEX #03D12A Dark Pastel Green

📋 copy color: '#03D12A'

red 3 ◦ green 209 ◦ blue 42

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

Shades of Dark Pastel Green #03D12A

Tints of Dark Pastel Green #03D12A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 82.28%

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 1.18%
G = 82.28%
B = 16.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#03D12A (or 0x03D12A) is known color: Dark Pastel Green. HEX triplet: 03, D1 and 2A. RGB value is (3,209,42). Sum of RGB (Red+Green+Blue) = 3+209+42=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 209 (82.03% from 255 or 82.28% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 209 - color contains mainly: green. Hex color #03D12A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D12A is #FC2ED5. Grayscale: #808080. Windows color (decimal): -16527062 or 2806019. OLE color: 2806019.

HSL color Cylindrical-coordinate representation of color #03D12A: hue angle of 131.36º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D12A is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 209 42 -
CMYK 0.99 0 0.80 0.18
HSL 131.36º 0.97% 0.42% -
HSV(B) 131.36º 0.99% 0.82% -
XYZ 23.26 45.79 9.8 -
YUV 128.37 79.25 38.58 -
System Red Green Blue C M Y K H S L
Decimal 3 209 42 0.99 0 0.80 0.18 131.36 0.97 0.42
Hex 3 D1 2A 63 0 50 12 83 61 2A
Octal 3 321 52 143 0 120 22 203 141 52
Binary 11 11010001 101010 1100011 0 1010000 10010 10000011 1100001 101010

Color Harmonies of #03D12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D12A

Black with #03D12A

Text Example


Text Example

White with #03D12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,209,42); }

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

background-color css

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

 a { background-color: rgb(3,209,42); }

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

border-color css

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

 span { border-color: rgb(3,209,42); }

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