#03C03B

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

Shades of Dark Pastel Green #03C03B

Tints of Dark Pastel Green #03C03B

Color information

#03C03B (or 0x03C03B) is unknown color: approx Dark Pastel Green. HEX triplet: 03, C0 and 3B. RGB value is (3,192,59). Sum of RGB (Red+Green+Blue) = 3+192+59=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 192 (75.39% from 255 or 75.59% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 192 - color contains mainly: green. Hex color #03C03B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C03B is #FC3FC4. Grayscale: #787878. Windows color (decimal): -16531397 or 3915779. OLE color: 3915779.

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

Color convert

RGB319259-
CMYK0.9800.690.25
HSL137.78º96.92%38.24%-
HSV(B)137.78º98.44%75.29%-
XYZ19.6838.0310.44-
YUV120.3393.3844.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.18%
GREEN value IS 192 (75.39% from 255) = 75.59%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=1.18%
G=75.59%
B=23.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3192590.9800.690.25137.7896.9238.24
Hex3C03B62045198a6126
Octal33007314201053121214146
Binary111100000011101111000100100010111001100010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,192,59); }

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

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

 a { background-color: rgb(3,192,59); }

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

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

 span { border-color: rgb(3,192,59); }

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