Html Css Color HEX #03CD20 Dark Pastel Green

📋 copy color: '#03CD20'

red 3 ◦ green 205 ◦ blue 32

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

Shades of Dark Pastel Green #03CD20

Tints of Dark Pastel Green #03CD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 85.42%

 BLUE value IS 32 (12.89% from 255) = 13.33%

R = 1.25%
G = 85.42%
B = 13.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#03CD20 (or 0x03CD20) is known color: Dark Pastel Green. HEX triplet: 03, CD and 20. RGB value is (3,205,32). Sum of RGB (Red+Green+Blue) = 3+205+32=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 205 (80.47% from 255 or 85.42% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 205 - color contains mainly: green. Hex color #03CD20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CD20 is #FC32DF. Grayscale: #7D7D7D. Windows color (decimal): -16528096 or 2149635. OLE color: 2149635.

HSL color Cylindrical-coordinate representation of color #03CD20: hue angle of 128.61º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CD20 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 205 32 -
CMYK 0.99 0 0.84 0.20
HSL 128.61º 0.97% 0.41% -
HSV(B) 128.61º 0.99% 0.8% -
XYZ 22.13 43.79 8.65 -
YUV 124.88 75.58 41.07 -
System Red Green Blue C M Y K H S L
Decimal 3 205 32 0.99 0 0.84 0.20 128.61 0.97 0.41
Hex 3 CD 20 63 0 54 14 81 61 29
Octal 3 315 40 143 0 124 24 201 141 51
Binary 11 11001101 100000 1100011 0 1010100 10100 10000001 1100001 101001

Color Harmonies of #03CD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CD20

Black with #03CD20

Text Example


Text Example

White with #03CD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,205,32); }

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

background-color css

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

 a { background-color: rgb(3,205,32); }

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

border-color css

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

 span { border-color: rgb(3,205,32); }

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