Html Css Color HEX #03E02B Dark Pastel Green

📋 copy color: '#03E02B'

red 3 ◦ green 224 ◦ blue 43

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

Shades of Dark Pastel Green #03E02B

Tints of Dark Pastel Green #03E02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 1.11%
G = 82.96%
B = 15.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#03E02B (or 0x03E02B) is known color: Dark Pastel Green. HEX triplet: 03, E0 and 2B. RGB value is (3,224,43). Sum of RGB (Red+Green+Blue) = 3+224+43=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 224 (87.89% from 255 or 82.96% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 224 - color contains mainly: green. Hex color #03E02B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03E02B is #FC1FD4. Grayscale: #898989. Windows color (decimal): -16523221 or 2875395. OLE color: 2875395.

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

Color convert

RGB 3 224 43 -
CMYK 0.99 0 0.81 0.12
HSL 130.86º 0.97% 0.45% -
HSV(B) 130.86º 0.99% 0.88% -
XYZ 27.13 53.51 11.18 -
YUV 137.29 74.78 32.22 -
System Red Green Blue C M Y K H S L
Decimal 3 224 43 0.99 0 0.81 0.12 130.86 0.97 0.45
Hex 3 E0 2B 63 0 51 C 83 61 2D
Octal 3 340 53 143 0 121 14 203 141 55
Binary 11 11100000 101011 1100011 0 1010001 1100 10000011 1100001 101101

Color Harmonies of #03E02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E02B

Black with #03E02B

Text Example


Text Example

White with #03E02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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