#03C124

Color #03C124 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #03C124

Tints of Dark Pastel Green #03C124

Color information

#03C124 (or 0x03C124) is unknown color: approx Dark Pastel Green. HEX triplet: 03, C1 and 24. RGB value is (3,193,36). Sum of RGB (Red+Green+Blue) = 3+193+36=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 193 (75.78% from 255 or 83.19% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 193 - color contains mainly: green. Hex color #03C124 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C124 is #FC3EDB. Grayscale: #767676. Windows color (decimal): -16531164 or 2408707. OLE color: 2408707.

HSL color Cylindrical-coordinate representation of color #03C124: hue angle of 130.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C124 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB319336-
CMYK0.9800.810.24
HSL130.42º96.94%38.43%-
HSV(B)130.42º98.45%75.69%-
XYZ19.4338.298.04-
YUV118.2981.5545.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 193 (75.78% from 255) = 83.19%
BLUE value IS 36 (14.45% from 255) = 15.52%
R=1.29%
G=83.19%
B=15.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3193360.9800.810.24130.4296.9438.43
Hex3C1246205118826126
Octal33014414201213020214146
Binary111100000110010011000100101000111000100000101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,193,36); }

 H1.HeaderClassName
 {
   color: #03C124;
 }
 .AnyTagClassName
 {
   color: #03C124;
 }
</style>
background-color css

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

 a { background-color: rgb(3,193,36); }

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

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

 span { border-color: rgb(3,193,36); }

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