Html Css Color HEX #03C64C Dark Pastel Green

📋 copy color: '#03C64C'

red 3 ◦ green 198 ◦ blue 76

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

Shades of Dark Pastel Green #03C64C

Tints of Dark Pastel Green #03C64C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 71.48%

 BLUE value IS 76 (30.08% from 255) = 27.44%

R = 1.08%
G = 71.48%
B = 27.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#03C64C (or 0x03C64C) is known color: Dark Pastel Green. HEX triplet: 03, C6 and 4C. RGB value is (3,198,76). Sum of RGB (Red+Green+Blue) = 3+198+76=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 198 (77.73% from 255 or 71.48% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 198 - color contains mainly: green. Hex color #03C64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C64C is #FC39B3. Grayscale: #7E7E7E. Windows color (decimal): -16529844 or 5031427. OLE color: 5031427.

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

Color convert

RGB 3 198 76 -
CMYK 0.98 0 0.62 0.22
HSL 142.46º 0.97% 0.39% -
HSV(B) 142.46º 0.98% 0.78% -
XYZ 21.54 40.93 13.6 -
YUV 125.79 99.9 40.42 -
System Red Green Blue C M Y K H S L
Decimal 3 198 76 0.98 0 0.62 0.22 142.46 0.97 0.39
Hex 3 C6 4C 62 0 3E 16 8E 61 27
Octal 3 306 114 142 0 76 26 216 141 47
Binary 11 11000110 1001100 1100010 0 111110 10110 10001110 1100001 100111

Color Harmonies of #03C64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C64C

Black with #03C64C

Text Example


Text Example

White with #03C64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,198,76); }

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

background-color css

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

 a { background-color: rgb(3,198,76); }

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

border-color css

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

 span { border-color: rgb(3,198,76); }

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