Html Css Color HEX #03CD2C Dark Pastel Green

📋 copy color: '#03CD2C'

red 3 ◦ green 205 ◦ blue 44

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

Shades of Dark Pastel Green #03CD2C

Tints of Dark Pastel Green #03CD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 1.19%
G = 81.35%
B = 17.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#03CD2C (or 0x03CD2C) is known color: Dark Pastel Green. HEX triplet: 03, CD and 2C. RGB value is (3,205,44). Sum of RGB (Red+Green+Blue) = 3+205+44=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 205 (80.47% from 255 or 81.35% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 205 - color contains mainly: green. Hex color #03CD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CD2C is #FC32D3. Grayscale: #7E7E7E. Windows color (decimal): -16528084 or 2936067. OLE color: 2936067.

HSL color Cylindrical-coordinate representation of color #03CD2C: hue angle of 132.18º 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 #03CD2C is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 205 44 -
CMYK 0.99 0 0.79 0.20
HSL 132.18º 0.97% 0.41% -
HSV(B) 132.18º 0.99% 0.8% -
XYZ 22.32 43.86 9.67 -
YUV 126.25 81.58 40.09 -
System Red Green Blue C M Y K H S L
Decimal 3 205 44 0.99 0 0.79 0.20 132.18 0.97 0.41
Hex 3 CD 2C 63 0 4F 14 84 61 29
Octal 3 315 54 143 0 117 24 204 141 51
Binary 11 11001101 101100 1100011 0 1001111 10100 10000100 1100001 101001

Color Harmonies of #03CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CD2C

Black with #03CD2C

Text Example


Text Example

White with #03CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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