#03C123

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

Shades of Dark Pastel Green #03C123

Tints of Dark Pastel Green #03C123

Color information

#03C123 (or 0x03C123) is unknown color: approx Dark Pastel Green. HEX triplet: 03, C1 and 23. RGB value is (3,193,35). Sum of RGB (Red+Green+Blue) = 3+193+35=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 193 (75.78% from 255 or 83.55% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 193 - color contains mainly: green. Hex color #03C123 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C123 is #FC3EDC. Grayscale: #767676. Windows color (decimal): -16531165 or 2343171. OLE color: 2343171.

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

Color convert

RGB319335-
CMYK0.9800.820.24
HSL130.11º96.94%38.43%-
HSV(B)130.11º98.45%75.69%-
XYZ19.4138.287.96-
YUV118.1881.0545.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 193 (75.78% from 255) = 83.55%
BLUE value IS 35 (14.06% from 255) = 15.15%
R=1.30%
G=83.55%
B=15.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3193350.9800.820.24130.1196.9438.43
Hex3C1236205218826126
Octal33014314201223020214146
Binary111100000110001111000100101001011000100000101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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