Html Css Color HEX #03C52D Dark Pastel Green

📋 copy color: '#03C52D'

red 3 ◦ green 197 ◦ blue 45

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

Shades of Dark Pastel Green #03C52D

Tints of Dark Pastel Green #03C52D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 80.41%

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

R = 1.22%
G = 80.41%
B = 18.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#03C52D (or 0x03C52D) is known color: Dark Pastel Green. HEX triplet: 03, C5 and 2D. RGB value is (3,197,45). Sum of RGB (Red+Green+Blue) = 3+197+45=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 197 (77.34% from 255 or 80.41% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 197 - color contains mainly: green. Hex color #03C52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C52D is #FC3AD2. Grayscale: #7A7A7A. Windows color (decimal): -16530131 or 2999555. OLE color: 2999555.

HSL color Cylindrical-coordinate representation of color #03C52D: hue angle of 132.99º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C52D is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 197 45 -
CMYK 0.98 0 0.77 0.23
HSL 132.99º 0.97% 0.39% -
HSV(B) 132.99º 0.98% 0.77% -
XYZ 20.48 40.14 9.15 -
YUV 121.67 84.73 43.36 -
System Red Green Blue C M Y K H S L
Decimal 3 197 45 0.98 0 0.77 0.23 132.99 0.97 0.39
Hex 3 C5 2D 62 0 4D 17 85 61 27
Octal 3 305 55 142 0 115 27 205 141 47
Binary 11 11000101 101101 1100010 0 1001101 10111 10000101 1100001 100111

Color Harmonies of #03C52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C52D

Black with #03C52D

Text Example


Text Example

White with #03C52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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