#03C21B

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

Shades of Dark Pastel Green #03C21B

Tints of Dark Pastel Green #03C21B

Color information

#03C21B (or 0x03C21B) is unknown color: approx Dark Pastel Green. HEX triplet: 03, C2 and 1B. RGB value is (3,194,27). Sum of RGB (Red+Green+Blue) = 3+194+27=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 194 (76.17% from 255 or 86.61% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 194 - color contains mainly: green. Hex color #03C21B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C21B is #FC3DE4. Grayscale: #767676. Windows color (decimal): -16530917 or 1819139. OLE color: 1819139.

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

Color convert

RGB319427-
CMYK0.9800.860.24
HSL127.54º96.95%38.63%-
HSV(B)127.54º98.45%76.08%-
XYZ19.5338.687.47-
YUV117.8576.7246.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.34%
GREEN value IS 194 (76.17% from 255) = 86.61%
BLUE value IS 27 (10.94% from 255) = 12.05%
R=1.34%
G=86.61%
B=12.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3194270.9800.860.24127.5496.9538.63
Hex3C21B6205618806127
Octal33023314201263020014147
Binary11110000101101111000100101011011000100000001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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