#03C253

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

Shades of Dark Pastel Green #03C253

Tints of Dark Pastel Green #03C253

Color information

#03C253 (or 0x03C253) is unknown color: approx Dark Pastel Green. HEX triplet: 03, C2 and 53. RGB value is (3,194,83). Sum of RGB (Red+Green+Blue) = 3+194+83=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 194 (76.17% from 255 or 69.29% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 194 - color contains mainly: green. Hex color #03C253 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C253 is #FC3DAC. Grayscale: #7C7C7C. Windows color (decimal): -16530861 or 5489155. OLE color: 5489155.

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

Color convert

RGB319483-
CMYK0.9800.570.24
HSL145.13º96.95%38.63%-
HSV(B)145.13º98.45%76.08%-
XYZ20.8939.2314.65-
YUV124.24104.7241.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 194 (76.17% from 255) = 69.29%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=1.07%
G=69.29%
B=29.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3194830.9800.570.24145.1396.9538.63
Hex3C2536203918916127
Octal33021231420713022114147
Binary111100001010100111100010011100111000100100011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,194,83); }

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

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

 a { background-color: rgb(3,194,83); }

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

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

 span { border-color: rgb(3,194,83); }

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