Html Css Color HEX #03E02D Dark Pastel Green

📋 copy color: '#03E02D'

red 3 ◦ green 224 ◦ blue 45

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

Shades of Dark Pastel Green #03E02D

Tints of Dark Pastel Green #03E02D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 82.35%

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 1.1%
G = 82.35%
B = 16.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#03E02D (or 0x03E02D) is known color: Dark Pastel Green. HEX triplet: 03, E0 and 2D. RGB value is (3,224,45). Sum of RGB (Red+Green+Blue) = 3+224+45=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 224 (87.89% from 255 or 82.35% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 224 - color contains mainly: green. Hex color #03E02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03E02D is #FC1FD2. Grayscale: #8A8A8A. Windows color (decimal): -16523219 or 3006467. OLE color: 3006467.

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

Color convert

RGB 3 224 45 -
CMYK 0.99 0 0.80 0.12
HSL 131.4º 0.97% 0.45% -
HSV(B) 131.4º 0.99% 0.88% -
XYZ 27.17 53.52 11.38 -
YUV 137.52 75.78 32.05 -
System Red Green Blue C M Y K H S L
Decimal 3 224 45 0.99 0 0.80 0.12 131.4 0.97 0.45
Hex 3 E0 2D 63 0 50 C 83 61 2D
Octal 3 340 55 143 0 120 14 203 141 55
Binary 11 11100000 101101 1100011 0 1010000 1100 10000011 1100001 101101

Color Harmonies of #03E02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E02D

Black with #03E02D

Text Example


Text Example

White with #03E02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,224,45); }

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

background-color css

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

 a { background-color: rgb(3,224,45); }

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

border-color css

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

 span { border-color: rgb(3,224,45); }

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