#03cb3e

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

Shades of Dark Pastel Green #03CB3E

Tints of Dark Pastel Green #03CB3E

Color information

#03CB3E (or 0x03CB3E) is unknown color: approx Dark Pastel Green. HEX triplet: 03, CB and 3E. RGB value is (3,203,62). Sum of RGB (Red+Green+Blue) = 3+203+62=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 203 (79.69% from 255 or 75.75% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CB3E is #FC34C1. Grayscale: #7F7F7F. Windows color (decimal): -16528578 or 4115203. OLE color: 4115203.

HSL color Cylindrical-coordinate representation of color #03CB3E: hue angle of 137.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CB3E is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB320362-
CMYK0.9900.690.20
HSL137.7º97.09%40.39%-
HSV(B)137.7º98.52%79.61%-
XYZ22.2643.0811.7-
YUV127.1391.2439.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 203 (79.69% from 255) = 75.75%
BLUE value IS 62 (24.61% from 255) = 23.13%
R=1.12%
G=75.75%
B=23.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal3203620.9900.690.20137.797.0940.39
Hex3CB3E63045148a6128
Octal33137614301052421214150
Binary111100101111111011000110100010110100100010101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03cb3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,203,62); }

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

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

 a { background-color: rgb(3,203,62); }

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

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

 span { border-color: rgb(3,203,62); }

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