Html Css Color HEX #03C529 Dark Pastel Green

📋 copy color: '#03C529'

red 3 ◦ green 197 ◦ blue 41

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

Shades of Dark Pastel Green #03C529

Tints of Dark Pastel Green #03C529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 1.24%
G = 81.74%
B = 17.01%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#03C529 (or 0x03C529) is known color: Dark Pastel Green. HEX triplet: 03, C5 and 29. RGB value is (3,197,41). Sum of RGB (Red+Green+Blue) = 3+197+41=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 197 (77.34% from 255 or 81.74% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 197 - color contains mainly: green. Hex color #03C529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C529 is #FC3AD6. Grayscale: #797979. Windows color (decimal): -16530135 or 2737411. OLE color: 2737411.

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

Color convert

RGB 3 197 41 -
CMYK 0.98 0 0.79 0.23
HSL 131.75º 0.97% 0.39% -
HSV(B) 131.75º 0.98% 0.77% -
XYZ 20.4 40.11 8.76 -
YUV 121.21 82.73 43.68 -
System Red Green Blue C M Y K H S L
Decimal 3 197 41 0.98 0 0.79 0.23 131.75 0.97 0.39
Hex 3 C5 29 62 0 4F 17 84 61 27
Octal 3 305 51 142 0 117 27 204 141 47
Binary 11 11000101 101001 1100010 0 1001111 10111 10000100 1100001 100111

Color Harmonies of #03C529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C529

Black with #03C529

Text Example


Text Example

White with #03C529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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